From eb239d31bf02b9a199d6f2ce087c9a0113797df3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 31 Mar 2023 09:08:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- tooling/danger/stable_branch.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tooling') 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 -- cgit v1.2.1