Skip to content
Snippets Groups Projects

Make lcg95 slc6 jobs manual instead of allow_failure

Merged Paul Gessinger-Befurt requested to merge make-lcg95-jobs-manual into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -175,7 +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
when: manual
unit_tests_slc6_lcg95:
<<: *template_unit_tests
@@ -194,7 +194,7 @@ unit_tests_slc6_lcg95:
artifacts:
paths:
- build/coverage
allow_failure: true
when: manual
integration_tests_slc6_lcg95:
<<: *template_integration_tests
Loading