Skip to content

Commit

Permalink
Update use of Julia Buildkite plug-in. (#9760)
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Nov 8, 2024
1 parent e028a35 commit f3a0cfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
- JuliaCI/julia#v1:
persist_depot_dirs: packages,artifacts,compiled
version: "1.7"
depot_hard_size_limit: "268435456000" # 250GB
artifacts_size_limit: "268435456000" # 250GB
- JuliaCI/merge-commit: ~
- staticfloat/forerunner#v1:
watch:
Expand Down
Binary file modified .buildkite/pipeline.yml.signature
Binary file not shown.
2 changes: 1 addition & 1 deletion .buildkite/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins() = Pair{String, Union{Nothing, Dict}}[
"JuliaCI/julia#v1" => Dict(
"persist_depot_dirs" => "packages,artifacts,compiled",
"version" => "1.7",
"depot_hard_size_limit" => string(150 << 30), # 150 GiB
"artifacts_size_limit" => string(150 << 30), # 150 GiB
),
"JuliaCI/merge-commit" => nothing
]
Expand Down

0 comments on commit f3a0cfe

Please sign in to comment.