mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
Add CSCS CI tester to dashboard
This commit is contained in:
parent
dc5a454cc6
commit
fa3cdffdec
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue