Skip to content

Commit a57e5c8

Browse files
committed
CI (Buildkite): move the asan job from "experimental" to "main"
1 parent be28eb3 commit a57e5c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ steps:
1818
gid: 1000
1919
workspaces:
2020
- "/cache/repos:/cache/repos"
21-
# `contrib/check-asan.jl` needs a `julia` binary inside the inner sandbox:
21+
# `contrib/asan/check.jl` needs a `julia` binary inside the inner sandbox:
2222
- JuliaCI/julia#v1:
2323
# Drop default "registries" directory, so it is not persisted from execution to execution
2424
persist_depot_dirs: packages,artifacts,compiled
2525
version: '1.6'
2626
timeout_in_minutes: 120
27+
if: | # We only run the `asan` job on Julia 1.8 and later.
28+
(pipeline.slug != "julia-release-1-dot-6") && (pipeline.slug != "julia-release-1-dot-7")
2729
commands: |
2830
echo "--- Build julia-debug with ASAN"
2931
contrib/asan/build.sh ./tmp/test-asan -j$${JULIA_CPU_THREADS:?} debug

0 commit comments

Comments
 (0)