diff --git a/pipelines/main/launch_unsigned_jobs.yml b/pipelines/main/launch_unsigned_jobs.yml index 591c7882..6e8a9b83 100644 --- a/pipelines/main/launch_unsigned_jobs.yml +++ b/pipelines/main/launch_unsigned_jobs.yml @@ -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 \ @@ -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" \ diff --git a/pipelines/main/misc/gcext.yml b/pipelines/main/misc/gcext.yml index 8d09eeb2..d196f18c 100644 --- a/pipelines/main/misc/gcext.yml +++ b/pipelines/main/misc/gcext.yml @@ -1,5 +1,5 @@ steps: - - group: "Allow Fail" + - group: "Test" steps: - label: "gcext" key: "gcext"