Skip to content

Commit f3a0cfe

Browse files
authored
Update use of Julia Buildkite plug-in. (#9760)
1 parent e028a35 commit f3a0cfe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
- JuliaCI/julia#v1:
55
persist_depot_dirs: packages,artifacts,compiled
66
version: "1.7"
7-
depot_hard_size_limit: "268435456000" # 250GB
7+
artifacts_size_limit: "268435456000" # 250GB
88
- JuliaCI/merge-commit: ~
99
- staticfloat/forerunner#v1:
1010
watch:

.buildkite/pipeline.yml.signature

0 Bytes
Binary file not shown.

.buildkite/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins() = Pair{String, Union{Nothing, Dict}}[
3333
"JuliaCI/julia#v1" => Dict(
3434
"persist_depot_dirs" => "packages,artifacts,compiled",
3535
"version" => "1.7",
36-
"depot_hard_size_limit" => string(150 << 30), # 150 GiB
36+
"artifacts_size_limit" => string(150 << 30), # 150 GiB
3737
),
3838
"JuliaCI/merge-commit" => nothing
3939
]

0 commit comments

Comments
 (0)