Skip to content

Commit 0b9193e

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildkite): move the asan job from "experimental" to "main" (#42478)
(cherry picked from commit ddd8301)
1 parent bd7ec68 commit 0b9193e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22
- label: ":buildkite: Launch unsigned pipelines"
33
commands: |
4-
buildkite-agent pipeline upload .buildkite/pipelines/experimental/misc/sanitizers.yml
4+
true
55
agents:
66
queue: julia

.buildkite/pipelines/main/launch_unsigned_builders.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ steps:
2222
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/doctest.yml
2323
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/embedding.yml
2424
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/llvmpasses.yml
25+
buildkite-agent pipeline upload .buildkite/pipelines/main/misc/sanitizers.yml
2526
2627
# Launch all of the platform builders.
2728
bash .buildkite/pipelines/main/platforms/platforms.sh package_linux

.buildkite/pipelines/experimental/misc/sanitizers.yml renamed to .buildkite/pipelines/main/misc/sanitizers.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ steps:
1818
gid: 1000
1919
workspaces:
2020
- "/cache/repos:/cache/repos"
21-
# `contrib/check-asan.jl` needs a `julia` binary inside the inner sandbox:
22-
- JuliaCI/julia#v1:
23-
# Drop default "registries" directory, so it is not persisted from execution to execution
24-
persist_depot_dirs: packages,artifacts,compiled
25-
version: '1.6'
2621
timeout_in_minutes: 120
22+
if: | # We only run the `asan` job on Julia 1.8 and later.
23+
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
2724
commands: |
2825
echo "--- Build julia-debug with ASAN"
2926
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_CPU_THREADS:?} debug

0 commit comments

Comments
 (0)