diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b926a9fd416bb86b5a24482373268844672b357..0f2557ea7d8dfacdc8d2ab264e6fcd4506200bca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ Python 2.7 POCL: - large-node except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.6 POCL: script: @@ -25,6 +28,9 @@ Python 3.6 POCL: - large-node except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.7 POCL: script: @@ -39,6 +45,9 @@ Python 3.7 POCL: - large-node except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.6 POCL Examples: script: @@ -53,6 +62,9 @@ Python 3.6 POCL Examples: - large-node except: - tags + artifacts: + reports: + junit: test/pytest.xml Python 3.6 Conda: script: @@ -67,6 +79,10 @@ Python 3.6 Conda: except: - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3.6 Conda Apple: script: - export LC_ALL=en_US.UTF-8 @@ -86,6 +102,13 @@ Python 3.6 Conda Apple: - tags retry: 2 + # https://gitlab.tiker.net/inducer/pytential/issues/112 + allow_failure: true + + artifacts: + reports: + junit: test/pytest.xml + Documentation: script: - EXTRA_INSTALL="pybind11 numpy mako"