IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
eeb45701
Commit
eeb45701
authored
4 years ago
by
Ralf M Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
allow failure
parent
629b125f
No related branches found
No related tags found
1 merge request
!214
use of rules
Checking pipeline status
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-5
14 additions, 5 deletions
.gitlab-ci.yml
with
14 additions
and
5 deletions
.gitlab-ci.yml
+
14
−
5
View file @
eeb45701
...
...
@@ -288,11 +288,13 @@ release-full-u-18_04:
-
if
:
'
$CI_MERGE_REQUEST_LABELS
=~
/Ready
for
code
review/'
# run on merge requests, if label 'Ready for code review' is set
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
manual
allow_failure
:
true
-
if
:
$CI_MERGE_REQUEST_ID
when
:
manual
allow_failure
:
true
-
if
:
$CI_COMMIT_TAG
when
:
manual
-
allow_failure
:
true
allow_failure
:
true
# artifacts:
# when: always
# expire_in: 3 days
...
...
@@ -325,11 +327,13 @@ release-full-clang-8:
-
if
:
'
$CI_MERGE_REQUEST_LABELS
=~
/Ready
for
code
review/'
# run on merge requests, if label 'Ready for code review' is set
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
manual
allow_failure
:
true
-
if
:
$CI_MERGE_REQUEST_ID
when
:
manual
allow_failure
:
true
-
if
:
$CI_COMMIT_TAG
when
:
manual
-
allow_failure
:
true
allow_failure
:
true
# artifacts:
# when: always
# expire_in: 3 days
...
...
@@ -363,9 +367,10 @@ coverage:
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
if
:
$CI_MERGE_REQUEST_ID
when
:
manual
allow_failure
:
true
-
if
:
$CI_COMMIT_TAG
when
:
manual
-
allow_failure
:
true
allow_failure
:
true
# artifacts:
# expire_in: 1 year
# paths:
...
...
@@ -391,11 +396,13 @@ documentation:
-
if
:
'
$CI_MERGE_REQUEST_LABELS
=~
/Ready
for
code
review/'
# run on merge requests, if label 'Ready for code review' is set
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
manual
allow_failure
:
true
-
if
:
$CI_MERGE_REQUEST_ID
when
:
manual
allow_failure
:
true
-
if
:
$CI_COMMIT_TAG
when
:
manual
-
allow_failure
:
true
allow_failure
:
true
# artifacts:
# expire_in: 3 weeks
# paths:
...
...
@@ -419,8 +426,10 @@ sanity:
-
if
:
'
$CI_MERGE_REQUEST_LABELS
=~
/Ready
for
code
review/'
# run on merge requests, if label 'Ready for code review' is set
-
if
:
$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when
:
manual
allow_failure
:
true
-
if
:
$CI_MERGE_REQUEST_ID
when
:
manual
allow_failure
:
true
-
if
:
$CI_COMMIT_TAG
when
:
manual
-
allow_failure
:
true
allow_failure
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment