Skip to content

Commit

Permalink
External buildkite everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Mar 2, 2022
1 parent b9800d9 commit 070072b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/main/misc/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ steps:
- label: "doctest"
key: doctest
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/embedding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ steps:
- label: "embedding"
key: "embedding"
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/llvmpasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ steps:
- label: "analyzegc"
key: "analyzegc"
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/misc/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ steps:
- label: "asan"
key: "asan"
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/platforms/package_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ steps:
- label: ":linux: package ${PLATFORM?}${TAR_ARCH?}"
key: package_${PLATFORM?}${TAR_ARCH?}
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/platforms/tester_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ steps:
depends_on:
- "package_${PLATFORM?}${TAR_ARCH?}"
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down
3 changes: 3 additions & 0 deletions pipelines/main/platforms/upload_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ steps:
- "package_${PLATFORM}${TAR_ARCH}"
- "tester_${PLATFORM?}${LABEL?}"
plugins:
- JuliaCI/external-buildkite#v1:
version: ".buildkite-external-version"
repo_url: "https://github.com/JuliaCI/julia-buildkite"
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
Expand Down

0 comments on commit 070072b

Please sign in to comment.