Skip to content

Commit

Permalink
prioritize release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 17, 2024
1 parent ef93033 commit 9859a2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
priority: +(build.branch =~ /^(release|backports-release)-/)
commands: |
# Launch Linux build jobs
GROUP="Build" \
Expand Down Expand Up @@ -59,6 +60,7 @@ steps:
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
priority: +(build.branch =~ /^(release|backports-release)-/)
commands: |
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/analyzegc.yml
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml
Expand All @@ -82,6 +84,7 @@ steps:
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
priority: +(build.branch =~ /^(release|backports-release)-/)
commands: |
export ALLOW_FAIL="false"
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
Expand Down Expand Up @@ -122,6 +125,7 @@ steps:
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
priority: +(build.branch =~ /^(release|backports-release)-/)
commands: |
export ALLOW_FAIL="true"
# Launch Linux allowed-to-fail build jobs
Expand All @@ -142,6 +146,7 @@ steps:
- JuliaCI/external-buildkite#v1:
version: "./.buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
priority: +(build.branch =~ /^(release|backports-release)-/)
commands: |
export ALLOW_FAIL="true"
Expand Down

0 comments on commit 9859a2a

Please sign in to comment.