Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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