Skip to content

Commit d979247

Browse files
committed
Merge remote-tracking branch 'origin/master' into jumps-queue-method
2 parents 6e530b2 + 8cf559b commit d979247

File tree

20 files changed

+3947
-1391
lines changed

20 files changed

+3947
-1391
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"
0 Bytes
Binary file not shown.

.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/launch_benchmarks.yml.signature

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Salted___�M�e"Sb^��U�z,�2�w�a�T䯇�u ̭x| G�q��s�l�7x�������-�,g
2-
ܶv�D9T�8��a����PL�?
1+
Salted__l��x�=�sM�U1��5�g�v�z{�<��eT�x����1�y�N#�����y �sT_�A�y��t뷟�=��K��=�IH� �q

.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)