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

Allow POCL CI failures for now

parent e0ac49ba
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ Python 2.7 POCL:
- python2.7
- pocl
- mpi
# https://github.com/pocl/pocl/issues/757
allow_failure: true
except:
- tags
artifacts:
......@@ -26,6 +28,8 @@ Python 3 POCL:
- python3
- pocl
- mpi
# https://github.com/pocl/pocl/issues/757
allow_failure: true
except:
- tags
artifacts:
......@@ -62,6 +66,8 @@ Python 2.7 POCL MPI:
- python2.7
- pocl
- mpi
# https://github.com/pocl/pocl/issues/757
allow_failure: true
except:
- tags
artifacts:
......@@ -80,6 +86,8 @@ Python 3 POCL MPI:
- python3
- pocl
- mpi
# https://github.com/pocl/pocl/issues/757
allow_failure: true
except:
- tags
artifacts:
......@@ -116,6 +124,8 @@ Python 3 POCL Examples:
- python3
- pocl
- large-node
# https://github.com/pocl/pocl/issues/757
allow_failure: true
except:
- tags
......
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