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

Add Pytest/JUnit/Gitlab integration

parent 32cdd0b5
No related branches found
No related tags found
1 merge request!53Add Pytest/JUnit/Gitlab integration
Pipeline #13663 passed with warnings
......@@ -12,6 +12,9 @@
- opengl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 Intel CPU:
script:
......@@ -26,6 +29,9 @@ Python 3.6 Intel CPU:
- intel-cl-cpu
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 AMD CPU:
script:
......@@ -40,6 +46,9 @@ Python 3.6 AMD CPU:
- amd-cl-cpu
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 Titan X:
script:
......@@ -53,6 +62,9 @@ Python 3.6 Titan X:
- nvidia-titan-x
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 K40:
script:
......@@ -66,6 +78,9 @@ Python 3.6 K40:
- nvidia-k40
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 AMD GPU:
script:
......@@ -84,6 +99,9 @@ Python 3.6 AMD GPU:
- amd-fiji
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 2.7 POCL:
script:
......@@ -97,6 +115,9 @@ Python 2.7 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.7 POCL:
script:
......@@ -110,6 +131,9 @@ Python 3.7 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 POCL CL 1.1:
script:
......@@ -124,6 +148,9 @@ Python 3.6 POCL CL 1.1:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 POCL:
script:
......@@ -137,6 +164,9 @@ Python 3.6 POCL:
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3.6 POCL (+GL and special functions):
script:
......@@ -151,6 +181,9 @@ Python 3.6 POCL (+GL and special functions):
- pocl
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 2.7 Apple:
script:
......@@ -165,6 +198,9 @@ Python 2.7 Apple:
- apple
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
Python 3 Conda Apple:
script:
......@@ -176,6 +212,9 @@ Python 3 Conda Apple:
- apple
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
PyPy POCL:
script:
......@@ -194,6 +233,9 @@ PyPy POCL:
- pocl
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