Skip to content

Commit

Permalink
WIP fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Jan 28, 2025
1 parent bf5ca9f commit c3cbb32
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ build_py310_image_aarch64:
image: $CSCS_REGISTRY_PATH/public/$ARCH/gt4py/gt4py-ci:$CI_COMMIT_SHA-$PYVERSION
script:
- cd /gt4py.src
- python -c "import cupy"
- nox -e test_$SUBPACKAGE-${PYVERSION%.?*}$VARIANT$SUBVARIANT$DETAIL
- nox -e test_$SUBPACKAGE-${PYVERSION%.[0-9]*}$VARIANT$SUBVARIANT$DETAIL
variables:
CRAY_CUDA_MPS: 1
SLURM_JOB_NUM_NODES: 1
Expand All @@ -135,12 +134,12 @@ build_py310_image_aarch64:
parallel:
matrix:
- SUBPACKAGE: [cartesian]
VARIANT: ['(internal', '(dace']
VARIANT: ['(internal\,', '(dace,']
SUBVARIANT: ['cuda12)', 'cpu)']
- SUBPACKAGE: eve
- SUBPACKAGE: next
VARIANT: ['(internal', '(dace']
SUBVARIANT: ['cuda12', 'cpu']
VARIANT: ['(internal,', '(dace,,']
SUBVARIANT: ['cuda12\,', 'cpu\,']
DETAIL: ['nomesh)', 'atlas)']
- SUBPACKAGE: [storage]
VARIANT: ['(cuda12)', '(cpu)']
Expand Down

0 comments on commit c3cbb32

Please sign in to comment.