Skip to content

Commit

Permalink
Add concurrent group for init
Browse files Browse the repository at this point in the history
With this, only one of this jobs can be running at the same time (across
pipelines)
  • Loading branch information
Sbozzolo committed Mar 19, 2024
1 parent 7014308 commit e807825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ steps:
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
- "julia --project=artifacts artifacts/download_artifacts.jl"

concurrency: 1
concurrency_group: 'depot/climacoupler-ci'
agents:
slurm_cpus_per_task: 12
slurm_gpus: 1
Expand Down

0 comments on commit e807825

Please sign in to comment.