23
23
- JuliaCI/external-buildkite#v1:
24
24
version : " ./.buildkite-external-version"
25
25
repo_url : " https://github.com/JuliaCI/julia-buildkite"
26
- priority : $${PRIORITY}
26
+ priority : +(build.branch =~ /^(release|backports-release)-/)
27
27
commands : |
28
28
# Launch Linux build jobs
29
29
GROUP="Build" \
60
60
- JuliaCI/external-buildkite#v1:
61
61
version : " ./.buildkite-external-version"
62
62
repo_url : " https://github.com/JuliaCI/julia-buildkite"
63
- priority : $${PRIORITY}
63
+ +(build.branch =~ /^(release|backports-release)-/)
64
64
commands : |
65
65
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/analyzegc.yml
66
66
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml
84
84
- JuliaCI/external-buildkite#v1:
85
85
version : " ./.buildkite-external-version"
86
86
repo_url : " https://github.com/JuliaCI/julia-buildkite"
87
- priority : $${PRIORITY}
87
+ +(build.branch =~ /^(release|backports-release)-/)
88
88
commands : |
89
89
export ALLOW_FAIL="false"
90
90
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
@@ -125,7 +125,7 @@ steps:
125
125
- JuliaCI/external-buildkite#v1:
126
126
version : " ./.buildkite-external-version"
127
127
repo_url : " https://github.com/JuliaCI/julia-buildkite"
128
- priority : $${PRIORITY}
128
+ +(build.branch =~ /^(release|backports-release)-/)
129
129
commands : |
130
130
export ALLOW_FAIL="true"
131
131
# Launch Linux allowed-to-fail build jobs
@@ -146,7 +146,7 @@ steps:
146
146
- JuliaCI/external-buildkite#v1:
147
147
version : " ./.buildkite-external-version"
148
148
repo_url : " https://github.com/JuliaCI/julia-buildkite"
149
- priority : $${PRIORITY}
149
+ +(build.branch =~ /^(release|backports-release)-/)
150
150
commands : |
151
151
export ALLOW_FAIL="true"
152
152
0 commit comments