avoid long running zombie processes on test server

This commit is contained in:
Martin Diehl 2023-02-05 00:16:09 +01:00
parent d2ac306d2b
commit ec2171a91a
2 changed files with 3 additions and 3 deletions

View File

@ -181,13 +181,13 @@ open-source:
script:
- module load ${COMPILER_INTEL} ${MPI_INTEL} ${PETSC_INTEL}
- cd PRIVATE/testing/pytest
- pytest -k 'not compile and not Marc' --basetemp ${TESTROOT}/open-source -v
- pytest -k 'not compile and not Marc' -m 'not cifail' --basetemp ${TESTROOT}/open-source -v
Marc:
stage: fortran
script:
- cd PRIVATE/testing/pytest
- pytest -k 'not compile and Marc' --damask-root=${TESTROOT} --basetemp ${TESTROOT}/Marc -v
- pytest -k 'not compile and Marc' -m 'not cifail' --damask-root=${TESTROOT} --basetemp ${TESTROOT}/Marc -v
# Needs closer look
# Phenopowerlaw_singleSlip:

@ -1 +1 @@
Subproject commit d27f3df921aee300d74ab69d535ea43ff251c47f
Subproject commit fc04b9ef621161e60a2f8b72bfa8c99e77687c71