Skip to content

Commit

Permalink
promote gcext
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored and vtjnash committed Jun 20, 2024
1 parent 61a2dab commit b47f240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ steps:
repo_url: "https://github.com/JuliaCI/julia-buildkite"
commands: |
export ALLOW_FAIL="false"
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
# Launch Linux test jobs
GROUP="Test" \
bash .buildkite/utilities/arches_pipeline_upload.sh \
Expand Down Expand Up @@ -136,7 +138,6 @@ steps:
repo_url: "https://github.com/JuliaCI/julia-buildkite"
commands: |
export ALLOW_FAIL="true"
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
# Launch Linux allowed-to-fail test jobs
GROUP="Allow Fail" \
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/misc/gcext.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- group: "Allow Fail"
- group: "Test"
steps:
- label: "gcext"
key: "gcext"
Expand Down

0 comments on commit b47f240

Please sign in to comment.