Skip to content

Commit

Permalink
add reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Oct 3, 2024
1 parent b3166a3 commit a9853bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ stages:
- build
- test

##
## BUILDS
##
## BUILD DEPS

.build_deps_common_base:
stage: build_deps
Expand Down Expand Up @@ -69,6 +67,9 @@ stages:
- .build_deps_common_base
variables:
COMMON_SPACK_ENVIRONMENT: ci/docker/common-gh200.yaml
SLURM_RESERVATION: "daint"

## BUILD DLAF

.build_common_base:
stage: build
Expand Down Expand Up @@ -102,6 +103,8 @@ stages:
extends:
- .container-builder-cscs-gh200
- .build_common_base
variables:
SLURM_RESERVATION: "daint"

.build_for_daint-mc:
variables:
Expand Down Expand Up @@ -132,9 +135,16 @@ stages:
THREADS_MAX_PER_TASK: 32
THREADS_PER_NODE: 256

## RUN

.run_common:
stage: test
trigger:
strategy: depend
forward:
pipeline_variables: true

.run_todi:
extends: .run_common
variables:
SLURM_RESERVATION: "daint"
2 changes: 1 addition & 1 deletion ci/cuda/gcc13_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cuda gcc13 release build:
DLAF_IMAGE: $CSCS_REGISTRY_PATH/cuda-gh200-gcc13-release/dlaf:$CI_COMMIT_SHA

cuda gcc13 release test:
extends: .run_common
extends: .run_todi
needs:
- cuda gcc13 release build
trigger:
Expand Down

0 comments on commit a9853bc

Please sign in to comment.