Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
CI_Source
Commits
59a0adf4
Commit
59a0adf4
authored
Dec 17, 2021
by
Ben Avison
Browse files
Enable all rules in detached pipelines
parent
5a28fd8a
Pipeline
#3552
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
refresh.awk
refresh.awk
+15
-0
No files found.
refresh.awk
View file @
59a0adf4
...
...
@@ -111,6 +111,14 @@ function do_superproject_class(build_class) {
out
=
"CI/IOMDHAL.yml"
else
out
=
"CI/"
builds
[
build_class
][
b
]
".yml"
print
"workflow:"
>>
out
print
" rules:"
>>
out
print
" - if: $CI_MERGE_REQUEST_IID"
>>
out
print
" - if: $CI_COMMIT_TAG"
>>
out
print
" - if: $CI_COMMIT_BRANCH"
>>
out
print
""
>>
out
# When we get to a point where we're doing a release (i.e. pushing commits
# to the superproject that contain a meaningful combination of submodule
# commit hashes) then it would give developers faster feedback if the
...
...
@@ -316,6 +324,13 @@ BEGIN {
for
(
project
in
projects
)
{
out
=
"CI/"
project
".yml"
print
"workflow:"
>>
out
print
" rules:"
>>
out
print
" - if: $CI_MERGE_REQUEST_IID"
>>
out
print
" - if: $CI_COMMIT_TAG"
>>
out
print
" - if: $CI_COMMIT_BRANCH"
>>
out
print
""
>>
out
# Define appropriate stages for this project
print
"stages:"
>>
out
print
" - static_analysis"
>>
out
...
...
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