Skip to content

Commit

Permalink
fix custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca committed Jan 30, 2025
1 parent d6d835d commit 3219200
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
11 changes: 11 additions & 0 deletions ci/ci-ext-custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include:
- remote: 'https://gitlab.com/cscs-ci/recipes/-/raw/master/templates/v2/.ci-ext.yml'

# Need custom definition as remote adds SLURM_MPI_TYPE: pmi2
.dlaf-container-runner-daint-gh200:
extends: .container-runner-daint
variables:
ARCH: 'aarch64'
USE_CE: 'YES'
NVIDIA_VISIBLE_DEVICES: 'all'
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'
10 changes: 1 addition & 9 deletions ci/common-ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
include:
- remote: 'https://gitlab.com/cscs-ci/recipes/-/raw/master/templates/v2/.ci-ext.yml'

# Need custom definition as remote adds SLURM_MPI_TYPE: pmi2
.dlaf-container-runner-daint-gh200:
extends: .container-runner-daint
variables:
ARCH: 'aarch64'
USE_CE: 'YES'
NVIDIA_VISIBLE_DEVICES: 'all'
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'
- local: 'ci/ci-ext-custom.yml'

stages:
- build_deps
Expand Down
1 change: 1 addition & 0 deletions ci/ctest_to_gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ fi
BASE_TEMPLATE="
include:
- remote: 'https://gitlab.com/cscs-ci/recipes/-/raw/master/templates/v2/.ci-ext.yml'
- local: 'ci/ci-ext-custom.yml'
image: $IMAGE
Expand Down

0 comments on commit 3219200

Please sign in to comment.