diff --git a/ci/cscs_eiger_spack_ssmp.yaml b/ci/cscs_eiger_spack_ssmp.yaml index 341af66d58..442a3c8574 100644 --- a/ci/cscs_eiger_spack_ssmp.yaml +++ b/ci/cscs_eiger_spack_ssmp.yaml @@ -83,7 +83,8 @@ regression test cp2k eiger: needs: ["build cp2k eiger","test cp2k eiger"] timeout: 1h script: - - podman run --mount type=bind,src=${SCRATCH},target=${SCRATCH} --workdir=${SCRATCH} ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks 128 /opt/cp2k/bin ${VERSION} + - podman run --mount type=bind,src=${SCRATCH},target=${SCRATCH} --workdir=${SCRATCH} ${DOCKERHUB_IMAGE_NAME} /opt/cp2k/tests/do_regtest.py --maxtasks 128 /opt/cp2k/bin ${VERSION} 2>&1 | tee ${REPOSITORY}_${TAG}.log + - rsync --chmod=644 --perms ${REPOSITORY}_${TAG}.log ${CP2KORG}/cscs/ variables: SLURM_CONSTRAINT: mc SLURM_DEBUG: 1 diff --git a/tools/dashboard/dashboard.conf b/tools/dashboard/dashboard.conf index 231f032579..37f79534e7 100644 --- a/tools/dashboard/dashboard.conf +++ b/tools/dashboard/dashboard.conf @@ -1,3 +1,12 @@ +[cscs_eiger_spack_ssmp] +sortkey: 201 +name: Spack (ssmp) +host: Alps Eiger (CSCS) +report_url: https://www.cp2k.org/static/regtest/trunk/cscs/cp2k_eiger_spack_ssmp.log +info_url: https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/3546923033037693/3295760759903023/-/pipelines + +# ============================================================================== + [precommit] sortkey: 431 name: Precommit