Skip to content

Commit 22f1a91

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

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ steps:
1616
gid: 1000
1717
workspaces:
1818
- "/cache/repos:/cache/repos"
19-
# `contrib/check-asan.jl` needs a `julia` binary inside the inner sandbox:
20-
- JuliaCI/julia#v1:
21-
version: 1.6
2219
timeout_in_minutes: 120
2320
commands: |
2421
echo "--- Build julia-debug with ASAN"

0 commit comments

Comments
 (0)