Skip to content

Commit

Permalink
Update launch_unsigned_jobs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Nov 15, 2022
1 parent 1a8559c commit 13edb9b
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 13edb9b

Please sign in to comment.