only use pytest-based tests
This commit is contained in:
parent
051e3ed0ae
commit
ee40884916
|
@ -95,7 +95,7 @@ checkout:
|
|||
- release
|
||||
|
||||
###################################################################################################
|
||||
Pytest_python:
|
||||
pytest_python:
|
||||
stage: python
|
||||
script:
|
||||
- cd $DAMASKROOT/python
|
||||
|
@ -252,7 +252,7 @@ setup_mesh:
|
|||
- release
|
||||
|
||||
###################################################################################################
|
||||
Pytest_grid:
|
||||
pytest_fortran:
|
||||
stage: grid
|
||||
script:
|
||||
- module load $IntelCompiler $MPI_Intel $PETSc_Intel
|
||||
|
@ -287,14 +287,6 @@ J2_plasticBehavior:
|
|||
- master
|
||||
- release
|
||||
|
||||
Marc_elementLib:
|
||||
stage: marc
|
||||
script:
|
||||
- module load $IntelMarc $HDF5Marc $MSC
|
||||
- Marc_elementLib/test.py
|
||||
except:
|
||||
- master
|
||||
- release
|
||||
|
||||
###################################################################################################
|
||||
SpectralRuntime:
|
||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit dcafb91d1fadb2b112021677698ff118cfaebf36
|
||||
Subproject commit f7297868d932edbadef170c584ac5349f2c0a6d5
|
Loading…
Reference in New Issue