gitlab-qa 7.13.1 → 7.13.2

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: fa0a2ed64b31caa2405443be7941fa506530a091634285793fa5b9ba3e7874d0
4
- data.tar.gz: 10b2f1c14a204ce05c0e78dff34fe9c489c560be6b65e22a11e6d8730b569ae0
3
+ metadata.gz: b871a70af32053e7d32aee98e213a86bcf4e8d05d69fad97bf8180a0bd618656
4
+ data.tar.gz: 73d91628111ea86a9e7c13cf1ff11b21e60ed14ba028d722becba4c1df65e606
5
5
  SHA512:
6
- metadata.gz: 34fea47db618bbd6e3cc335514e061c6dd7b8164d3bdeed3a60e3d5f7cf2e6ff477dd03f5b780fa7fd82c9bb9fff575cc8e566a213de0b4289c68037acb97c6e
7
- data.tar.gz: 2e55d271110627e07bfccad350a56de86799b8292b0a8ea1c7da7b1383f10315e4e684250e6c2795103118a140fb6c1643d68a21468bfaf47b70e98315bd3130
6
+ metadata.gz: 3cf779ac1691072e13d3e616906200b291ef88f755985ae75ec24cc87e8a176acd9d120a9034011546253d7ea065b07d4b1d6fc45cb4f3d7a12324fbfc81115f
7
+ data.tar.gz: 56c646ad59e829fe29f3227d5d0bd169d2088d049b02866e9aca2b5ba0471cf335674c2611f97deb8415ff424edbe78159e77e38a245d080e0dd739beae8acd4
@@ -113,7 +113,7 @@ module Gitlab
113
113
  "found:#{pipeline}.gitlab.com"
114
114
  when 'preprod'
115
115
  'found:pre.gitlab.com'
116
- when 'staging-orchestrated', 'nightly', QA::Runtime::Env.default_branch, 'staging-ref'
116
+ when 'staging-orchestrated', 'nightly', QA::Runtime::Env.default_branch, 'staging-ref', 'release'
117
117
  "found:#{pipeline}"
118
118
  else
119
119
  raise "No `found:*` label for the `#{pipeline}` pipeline!"
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module QA
3
- VERSION = '7.13.1'.freeze
3
+ VERSION = '7.13.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.13.1
4
+ version: 7.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab Quality