only use pytest-based tests

This commit is contained in:
Martin Diehl 2021-02-02 12:26:16 +01:00
parent 051e3ed0ae
commit ee40884916
2 changed files with 3 additions and 11 deletions

View File

@ -95,7 +95,7 @@ checkout:
- release - release
################################################################################################### ###################################################################################################
Pytest_python: pytest_python:
stage: python stage: python
script: script:
- cd $DAMASKROOT/python - cd $DAMASKROOT/python
@ -252,7 +252,7 @@ setup_mesh:
- release - release
################################################################################################### ###################################################################################################
Pytest_grid: pytest_fortran:
stage: grid stage: grid
script: script:
- module load $IntelCompiler $MPI_Intel $PETSc_Intel - module load $IntelCompiler $MPI_Intel $PETSc_Intel
@ -287,14 +287,6 @@ J2_plasticBehavior:
- master - master
- release - release
Marc_elementLib:
stage: marc
script:
- module load $IntelMarc $HDF5Marc $MSC
- Marc_elementLib/test.py
except:
- master
- release
################################################################################################### ###################################################################################################
SpectralRuntime: SpectralRuntime:

@ -1 +1 @@
Subproject commit dcafb91d1fadb2b112021677698ff118cfaebf36 Subproject commit f7297868d932edbadef170c584ac5349f2c0a6d5