From 976b93874384dca3f0d0870a800c2fe5c09c1d26 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 15 Nov 2022 17:30:31 -0500 Subject: [PATCH] Update launch_unsigned_jobs.yml --- pipelines/main/launch_unsigned_jobs.yml | 49 +++++++++++++------------ 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/pipelines/main/launch_unsigned_jobs.yml b/pipelines/main/launch_unsigned_jobs.yml index a27ed1fa..9f197824 100644 --- a/pipelines/main/launch_unsigned_jobs.yml +++ b/pipelines/main/launch_unsigned_jobs.yml @@ -13,6 +13,32 @@ # something about the privileged steps. steps: + - group: "Check" + notify: + - github_commit_status: + context: "Check" + steps: + - label: "Launch check jobs" + plugins: + - JuliaCI/external-buildkite#v1: + version: "./.buildkite-external-version" + repo_url: "https://github.com/JuliaCI/julia-buildkite" + commands: | + # We launch the whitespace check first, because we want it to finish quickly. + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/whitespace.yml + + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/analyzegc.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/fullsrcdist.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/pdf_docs/build_pdf_docs.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/embedding.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/llvmpasses.yml + + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/sanitizers/asan.yml + buildkite-agent pipeline upload .buildkite/pipelines/main/misc/sanitizers/tsan.yml + agents: + queue: "julia" + os: "linux" - group: "Build" notify: - github_commit_status: @@ -44,29 +70,6 @@ steps: agents: queue: "julia" os: "linux" - - group: "Check" - notify: - - github_commit_status: - context: "Check" - steps: - - label: "Launch check jobs" - plugins: - - JuliaCI/external-buildkite#v1: - version: "./.buildkite-external-version" - repo_url: "https://github.com/JuliaCI/julia-buildkite" - commands: | - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/analyzegc.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/pdf_docs/build_pdf_docs.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/embedding.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/llvmpasses.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/whitespace.yml - - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/sanitizers/asan.yml - buildkite-agent pipeline upload .buildkite/pipelines/main/misc/sanitizers/tsan.yml - agents: - queue: "julia" - os: "linux" - group: "Test" notify: - github_commit_status: