Skip to content

Commit f647d95

Browse files
committed
ci: update buildkite tags from sandbox.jl to sandbox_capable
1 parent a8b5e3a commit f647d95

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/0_webui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
command: "true"
1616
agents:
1717
queue: "juliaecosystem"
18-
sandbox.jl: true
18+
sandbox_capable: true
1919
arch: "x86_64"
2020

2121

@@ -31,5 +31,5 @@ steps:
3131
target_type: simple
3232
agents:
3333
queue: "juliaecosystem"
34-
sandbox.jl: true
34+
sandbox_capable: true
3535
arch: "x86_64"

.buildkite/launch_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
queue: "juliaecosystem"
3-
sandbox.jl: true
3+
sandbox_capable: true
44

55
steps:
66
- label: ":runner: Dynamically launch run_tutorial.yml"

.buildkite/run_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ steps:
6767
julia --threads=auto --project=. benchmark.jl "{PATH}"
6868
agents:
6969
queue: "juliaecosystem"
70-
sandbox.jl: true
70+
sandbox_capable: true
7171
exclusive: true
7272
arch: "x86_64"
7373

@@ -108,7 +108,7 @@ steps:
108108
- .buildkite/ssh_deploy.key
109109
agents:
110110
queue: "juliaecosystem"
111-
sandbox.jl: true
111+
sandbox_capable: true
112112
arch: "x86_64"
113113
concurrency: 1
114114
concurrency_group: "scimlbenchmarks/deploy"

0 commit comments

Comments
 (0)