Skip to content

Commit 0277183

Browse files
wip
1 parent f36d263 commit 0277183

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

pipelines/main/0_webui.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,3 @@ steps:
2727
signed_pipelines:
2828
- pipeline: .buildkite/pipelines/main/launch_signed_jobs.yml
2929
signature_file: .buildkite/pipelines/main/launch_signed_jobs.yml.signature
30-
command: |
31-
if [[ "$${BUILDKITE_BRANCH}" =~ ^(release|backports-release)- ]]; then
32-
export PRIORITY=1
33-
else
34-
export PRIORITY=0
35-
fi
36-
"true"

pipelines/main/launch_unsigned_jobs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- JuliaCI/external-buildkite#v1:
2424
version: "./.buildkite-external-version"
2525
repo_url: "https://github.com/JuliaCI/julia-buildkite"
26-
priority: $${PRIORITY}
26+
priority: +(build.branch =~ /^(release|backports-release)-/)
2727
commands: |
2828
# Launch Linux build jobs
2929
GROUP="Build" \
@@ -60,7 +60,7 @@ steps:
6060
- JuliaCI/external-buildkite#v1:
6161
version: "./.buildkite-external-version"
6262
repo_url: "https://github.com/JuliaCI/julia-buildkite"
63-
priority: $${PRIORITY}
63+
+(build.branch =~ /^(release|backports-release)-/)
6464
commands: |
6565
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/analyzegc.yml
6666
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml
@@ -84,7 +84,7 @@ steps:
8484
- JuliaCI/external-buildkite#v1:
8585
version: "./.buildkite-external-version"
8686
repo_url: "https://github.com/JuliaCI/julia-buildkite"
87-
priority: $${PRIORITY}
87+
+(build.branch =~ /^(release|backports-release)-/)
8888
commands: |
8989
export ALLOW_FAIL="false"
9090
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
@@ -125,7 +125,7 @@ steps:
125125
- JuliaCI/external-buildkite#v1:
126126
version: "./.buildkite-external-version"
127127
repo_url: "https://github.com/JuliaCI/julia-buildkite"
128-
priority: $${PRIORITY}
128+
+(build.branch =~ /^(release|backports-release)-/)
129129
commands: |
130130
export ALLOW_FAIL="true"
131131
# Launch Linux allowed-to-fail build jobs
@@ -146,7 +146,7 @@ steps:
146146
- JuliaCI/external-buildkite#v1:
147147
version: "./.buildkite-external-version"
148148
repo_url: "https://github.com/JuliaCI/julia-buildkite"
149-
priority: $${PRIORITY}
149+
+(build.branch =~ /^(release|backports-release)-/)
150150
commands: |
151151
export ALLOW_FAIL="true"
152152

0 commit comments

Comments
 (0)