gitlab_quality-test_tooling 1.20.0 → 1.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af10da2fcb10416d80e5dc034f702ad21ac3ae8cc2a14f3375a94c39e4077b7b
4
- data.tar.gz: bb66cabafcf5a2a52f831864199fda5fa65ba825c95bdacb1a25606f4c45a9da
3
+ metadata.gz: 94c648574a575a2a7d23ce07a46731500edbd858ae8196e6b50ac104d260b88e
4
+ data.tar.gz: '0468936a09caafa090ea0f91a20bb952314a7ebabd2704d35d760901ef3f8939'
5
5
  SHA512:
6
- metadata.gz: a2edcc602fa441277acb5684451f1fdf1f61e67edb3c73ee4bfc8a4fc45b8988245c2f54ff09cff4ac815e7d69027748a218461455b46f58d3f2dabb12208ab6
7
- data.tar.gz: 514b89512889c9a4610af9f988251e67398cc40a0a1efa29d6cf94b8a97474a4406ac5862c7fd508dd33c0c8ad24b3441d8ab7eae0f670833209e7f29869b865
6
+ metadata.gz: 24f5968a3038b68a6dc44ec7d9873ad759a73454ac8fed7bca965e0c139cb2e25324ad4a3aea841e6f302b141fa5799abae4eebdb2d58d2b04fa3f09b099b1f8
7
+ data.tar.gz: 2d943ff87a109e8951e2889cb6ed34321fcde844d311494de5a9f6808dee4fe80014b81d42765a244fa8338ddf2599852bb46824f50996a0db709ffd664bb5ea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab_quality-test_tooling (1.20.0)
4
+ gitlab_quality-test_tooling (1.20.1)
5
5
  activesupport (>= 6.1, < 7.2)
6
6
  amatch (~> 0.4.1)
7
7
  gitlab (~> 4.19)
@@ -85,7 +85,7 @@ module GitlabQuality
85
85
  def generate_failed_jobs_listing
86
86
  failed_jobs = fetch_pipeline_failed_jobs
87
87
  listings = failed_jobs.filter_map do |job|
88
- next if pipeline_stages.any? && pipeline_stages.include?(job.stage)
88
+ next if pipeline_stages.any? && !pipeline_stages.include?(job.stage)
89
89
 
90
90
  allowed_to_fail = ' (allowed to fail)' if job.allow_failure
91
91
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GitlabQuality
4
4
  module TestTooling
5
- VERSION = "1.20.0"
5
+ VERSION = "1.20.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_quality-test_tooling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: climate_control