Skip to content
Snippets Groups Projects
Commit 64ea3ac5 authored by Robert Johannes Langenberg's avatar Robert Johannes Langenberg
Browse files

Merge branch 'allow_lcg95_failure' into 'master'

Allow failure of slc6 lcg95 builds

See merge request !648
parents 5848dca3 df7dc293
No related branches found
No related tags found
1 merge request!648Allow failure of slc6 lcg95 builds
Pipeline #1034793 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment