Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
acts
acts-core
Merge requests
!648
Allow failure of slc6 lcg95 builds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Allow failure of slc6 lcg95 builds
allow_lcg95_failure
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Paul Gessinger-Befurt
requested to merge
allow_lcg95_failure
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Until
#632 (closed)
is resolved we'll allow the problematic jobs to fail.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
df7dc293
1 commit,
5 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
0
Options
@@ -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