summaryrefslogtreecommitdiff
path: root/tooling
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 09:08:43 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-31 09:08:43 +0000
commiteb239d31bf02b9a199d6f2ce087c9a0113797df3 (patch)
treeaed942923f276e4694b4d730bd22ed13cd45c1dc /tooling
parente4805b324cb9e620788bb2d625f633f2be20091d (diff)
downloadgitlab-ce-eb239d31bf02b9a199d6f2ce087c9a0113797df3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/stable_branch.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/tooling/danger/stable_branch.rb b/tooling/danger/stable_branch.rb
index be668731cb4..2751a6f0191 100644
--- a/tooling/danger/stable_branch.rb
+++ b/tooling/danger/stable_branch.rb
@@ -42,18 +42,18 @@ module Tooling
MSG
PIPELINE_EXPEDITE_ERROR_MESSAGE = <<~MSG
- ~"pipeline:expedite" is not allowed on stable branches because it causes the `e2e:package-and-test` job to be skipped.
+ ~"pipeline:expedite" is not allowed on stable branches because it causes the `e2e:package-and-test-ee` job to be skipped.
MSG
NEEDS_PACKAGE_AND_TEST_MESSAGE = <<~MSG
- The `e2e:package-and-test` job is not present, has been canceled, or needs to be automatically triggered.
+ The `e2e:package-and-test-ee` job is not present, has been canceled, or needs to be automatically triggered.
Please ensure the job is present in the latest pipeline, if necessary, retry the `danger-review` job.
- Read the "QA e2e:package-and-test" section for more details.
+ Read the "QA e2e:package-and-test-ee" section for more details.
MSG
WARN_PACKAGE_AND_TEST_MESSAGE = <<~MSG
- **The `e2e:package-and-test` job needs to succeed or have approval from a Software Engineer in Test.**
- Read the "QA e2e:package-and-test" section for more details.
+ **The `e2e:package-and-test-ee` job needs to succeed or have approval from a Software Engineer in Test.**
+ Read the "QA e2e:package-and-test-ee" section for more details.
MSG
# rubocop:disable Style/SignalException