Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
58be3110
Commit
58be3110
authored
Aug 30, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update message for how we run as-if-foss pipelines
parent
94468c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/rspec_helpers.sh
scripts/rspec_helpers.sh
+1
-1
No files found.
scripts/rspec_helpers.sh
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment