Skip to content

Commit

Permalink
update to test runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Feb 6, 2025
1 parent 3ffe859 commit bc3b52c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ build_baseimage_aarch64:
variables:
HPC_SDK_VERSION: 24.11
HPC_SDK_NAME: "nvhpc_2024_2411_Linux_${ARCH}_cuda_12.6"
# TODO(edopao): use santis config once available in remote CSCS GitLab config
# TODO(edopao): use santis config until a gh200 machine is available in a kubernetes cluster
# CI-Ext is awaiting task to be done: https://jira.cscs.ch/browse/SD-60293
F7T_URL: 'https://api.cscs.ch/cw/firecrest/v1'
FIRECREST_SYSTEM: 'santis'

Expand All @@ -55,7 +56,8 @@ build_image_aarch64:
extends: [.container-builder-cscs-gh200, .build_image]
needs: [build_baseimage_aarch64]
variables:
# TODO(edopao): use santis config once available in remote CSCS GitLab config
# TODO(edopao): use santis config until a gh200 machine is available in a kubernetes cluster
# CI-Ext is awaiting task to be done: https://jira.cscs.ch/browse/SD-60293
F7T_URL: 'https://api.cscs.ch/cw/firecrest/v1'
FIRECREST_SYSTEM: 'santis'

Expand Down Expand Up @@ -85,7 +87,7 @@ build_image_aarch64:
# HPC_SDK_PATH: "/opt/nvidia/hpc_sdk/Linux_${ARCH}/22.11"
# ICON4PY_NOX_UV_CUSTOM_SESSION_EXTRAS: "cuda11"
.test_template_aarch64:
extends: [.container-runner-daint-gh200, .test_template]
extends: [.container-runner-santis-gh200, .test_template]
needs: [build_image_aarch64]
variables:
CSCS_ADDITIONAL_MOUNTS: '["/capstor/store/cscs/userlab/d121/icon4py/ci/testdata:$TEST_DATA_PATH"]'
Expand All @@ -97,6 +99,3 @@ build_image_aarch64:
# when high test parallelism is used.
NUM_PROCESSES: 16
ICON4PY_NOX_UV_CUSTOM_SESSION_EXTRAS: "cuda12"
# TODO(edopao): use santis config once available in remote CSCS GitLab config
F7T_URL: 'https://api.cscs.ch/cw/firecrest/v1'
FIRECREST_SYSTEM: 'santis'

0 comments on commit bc3b52c

Please sign in to comment.