Skip to content
Snippets Groups Projects
Commit 0a265cb8 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

junit files for integration job

parent 3c2f641a
No related branches found
No related tags found
1 merge request!205Display pytest results in Gitlab
Pipeline #29611 failed
......@@ -145,11 +145,11 @@ pycodegen-integration:
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- cd pystencils
- py.test -v -n $NUM_CORES .
- py.test -v -n $NUM_CORES --junitxml=report.xml .
- cd ../lbmpy
- py.test -v -n $NUM_CORES .
- py.test -v -n $NUM_CORES --junitxml=report.xml .
- cd ../pygrandchem
- py.test -v -n $NUM_CORES .
- py.test -v -n $NUM_CORES --junitxml=report.xml .
- cd ../walberla/build/
- make CodegenJacobiCPU CodegenJacobiGPU CodegenPoissonCPU CodegenPoissonGPU MicroBenchmarkGpuLbm LbCodeGenerationExample UniformGridBenchmarkGPU_trt UniformGridBenchmarkGPU_entropic_kbc_n4 FluctuatingMRT
- cd apps/benchmarks/UniformGridGPU
......@@ -160,6 +160,10 @@ pycodegen-integration:
- docker
- cuda11
- AVX
artifacts:
when: always
reports:
junit: */report.xml
# -------------------- Linter & Documentation --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment