Commit caa25bd0 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'update-as-if-foss-pipeline-msg' into 'master'

Update message for how we run as-if-foss pipelines

See merge request gitlab-org/gitlab!69226
parents df4998d0 58be3110
...@@ -200,7 +200,7 @@ function rspec_matched_foss_tests() { ...@@ -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 "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 "which would take too long to run in this job."
echo "To reduce the likelihood of breaking FOSS pipelines," 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 "This would run all as-if-foss jobs in this merge request"
echo "and remove this failing job from the pipeline." echo "and remove this failing job from the pipeline."
exit 1 exit 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment