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