From f650bc1c5f9d479c4e72ac26f45b4f1b29cb120e Mon Sep 17 00:00:00 2001 From: Roman Cattaneo <1116746+romanc@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:56:25 +0200 Subject: [PATCH] ci: increase time limit for cartesian / dace tests on gh200 Cartesian dace tests are regularly timing out with the default timelimit on the gh200 box. It looks like recent increased development (including better test coverage) in gt4py.cartesian are pushing the limit of the standard 5min slurm time limit. We suggest to increase the timelimit to 10 minutes. --- ci/cscs-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/cscs-ci.yml b/ci/cscs-ci.yml index b1320f66ea..b1bc61fb54 100644 --- a/ci/cscs-ci.yml +++ b/ci/cscs-ci.yml @@ -16,7 +16,7 @@ include: # block-name-with-dashes -> defined in remote cscs-ci ext include # block_name_with_underscores -> defined in this file or other file in this repo -variables: # Default values for base variables (can be overriden in jobs definitions) +variables: # Default values for base variables (can be overridden in jobs definitions) CUDA_VERSION: '12.6.2' ROCM_VERSION: '6.2.4' UBUNTU_VERSION: '24.04' @@ -145,6 +145,9 @@ test_cscs_gh200: # TODO: investigate why the dace tests seem to hang with multiple jobs GT4PY_BUILD_JOBS: 1 SLURM_TIMELIMIT: "00:15:00" + - if: $SUBPACKAGE == 'cartesian' && $VARIANT == 'dace' && $SUBVARIANT == 'cuda12' + variables: + SLURM_TIMELIMIT: "00:10:00" - when: on_success test_cscs_amd_rocm: