Skip to content

Commit 279d3bd

Browse files
promote gcext
1 parent afda3fb commit 279d3bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pipelines/main/launch_unsigned_jobs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ steps:
8484
repo_url: "https://github.com/JuliaCI/julia-buildkite"
8585
commands: |
8686
export ALLOW_FAIL="false"
87+
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
88+
8789
# Launch Linux test jobs
8890
GROUP="Test" \
8991
bash .buildkite/utilities/arches_pipeline_upload.sh \
@@ -136,7 +138,6 @@ steps:
136138
repo_url: "https://github.com/JuliaCI/julia-buildkite"
137139
commands: |
138140
export ALLOW_FAIL="true"
139-
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/gcext.yml
140141
141142
# Launch Linux allowed-to-fail test jobs
142143
GROUP="Allow Fail" \

pipelines/main/misc/gcext.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- group: "Allow Fail"
2+
- group: "Test"
33
steps:
44
- label: "gcext"
55
key: "gcext"

0 commit comments

Comments
 (0)