Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 09:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-24 09:09:47 +0300
commite3dc4fc8f5df44ccd33739908bd4df2494cc27cc (patch)
tree2dd6f21b20665e5533bf527cd15d0650c0ea61e8 /tooling
parent201a883bdfaf5dcb73142139cec70c10134f5b2c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/stable_branch.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/tooling/danger/stable_branch.rb b/tooling/danger/stable_branch.rb
index 8fac1cc5fbf..fe3ea835bbc 100644
--- a/tooling/danger/stable_branch.rb
+++ b/tooling/danger/stable_branch.rb
@@ -46,13 +46,14 @@ module Tooling
MSG
NEEDS_PACKAGE_AND_TEST_MESSAGE = <<~MSG
- The `e2e:package-and-test` job is not present or needs to be triggered manually. Please start the `e2e:package-and-test`
- job and re-run `danger-review`.
+ The `e2e:package-and-test` job is not present 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.
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. See the section below
- for more details.
+ **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.
MSG
# rubocop:disable Style/SignalException