Skip to content
Snippets Groups Projects

Allow POCL CI failures for now

Merged Andreas Klöckner requested to merge allow-pocl-ci-fail into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -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
Loading