Merge branch '264-termination-of-jobs-with-signal-testing' into 'development'

avoid long running zombie processes on test server

Closes #264

See merge request damask/DAMASK!716
This commit is contained in:
Daniel Otto de Mentock 2023-02-06 09:46:35 +00:00
commit 354232ab09
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