diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-30 18:10:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-08-30 18:10:36 +0000 |
commit | 74cddf1b7c2e4b19ff5741ac9cf67dd7d113cea3 (patch) | |
tree | f6463acd890b63c64f93b44b4110fb09a925a055 /scripts/rspec_helpers.sh | |
parent | fbbf1e9bc53e9a0e8fc6f2018d1238a77f198e88 (diff) | |
download | gitlab-ce-74cddf1b7c2e4b19ff5741ac9cf67dd7d113cea3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/rspec_helpers.sh')
-rw-r--r-- | scripts/rspec_helpers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rspec_helpers.sh b/scripts/rspec_helpers.sh index 13c68894aa8..797d9188f81 100644 --- a/scripts/rspec_helpers.sh +++ b/scripts/rspec_helpers.sh @@ -200,7 +200,7 @@ function rspec_matched_foss_tests() { echo "This job is intentionally failed because there are more than ${test_file_count_threshold} FOSS test files matched," echo "which would take too long to run in this job." echo "To reduce the likelihood of breaking FOSS pipelines," - echo "please add [RUN AS-IF-FOSS] to the MR title and restart the pipeline." + echo "please add ~\"pipeline:run-as-if-foss\" label to the merge request and trigger a new pipeline." echo "This would run all as-if-foss jobs in this merge request" echo "and remove this failing job from the pipeline." exit 1 |