Skip to content
Snippets Groups Projects
Commit c788493b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add Pytest/JUnit/Gitlab integration

parent 88d19982
No related branches found
No related tags found
1 merge request!98Add Pytest/JUnit/Gitlab integration
Pipeline #13671 passed with warnings
......@@ -11,6 +11,9 @@ Python 3.5 Titan X:
except:
- tags
allow_failure: True
artifacts:
reports:
junit: test/pytest.xml
# Sumpy thus far is poorly parallelized (no workgroup-level parallelism), and
# the Kepler has a tendency to hang as a result.
......@@ -27,6 +30,9 @@ Python 3.5 Titan X:
# - nvidia-k40
# except:
# - tags
# artifacts:
# reports:
# junit: test/pytest.xml
Python 2.7 POCL:
script:
......@@ -40,6 +46,9 @@ Python 2.7 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.5 POCL:
script:
......@@ -53,6 +62,9 @@ Python 3.5 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 POCL:
script:
......@@ -66,6 +78,9 @@ Python 3.6 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.5 Conda:
script:
......@@ -80,6 +95,9 @@ Python 3.5 Conda:
- linux
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Documentation:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment