Skip to content
Snippets Groups Projects

Allow failure of slc6 lcg95 builds

Merged Paul Gessinger-Befurt requested to merge allow_lcg95_failure into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -175,6 +175,7 @@ build_slc6_lcg95:
image: gitlab-registry.cern.ch/acts/machines/slc6:latest
before_script:
- set +e && source CI/setup_lcg95.sh; set -e
allow_failure: true
unit_tests_slc6_lcg95:
<<: *template_unit_tests
@@ -193,6 +194,7 @@ unit_tests_slc6_lcg95:
artifacts:
paths:
- build/coverage
allow_failure: true
integration_tests_slc6_lcg95:
<<: *template_integration_tests
@@ -201,6 +203,7 @@ integration_tests_slc6_lcg95:
image: gitlab-registry.cern.ch/acts/machines/slc6:latest
before_script:
- set +e && source CI/setup_lcg95.sh; set -e
allow_failure: true
# SLC, LCG94, LLVM60
Loading