Skip to content

Commit

Permalink
[CI] Allow to trigger nightlies from web interface for cc7.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Jun 11, 2020
1 parent 3434837 commit d03545c
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -508,6 +508,7 @@ weekly:cc7:
- docker_node
only:
- schedules
- web
except:
- tags

Expand Down Expand Up @@ -556,7 +557,10 @@ xrootd_docker_get:
tags:
- docker_node
only:
- web
- schedules
except:
- tags

xrootd_dockerimage:
stage: build:dockerimage
Expand All @@ -571,7 +575,10 @@ xrootd_dockerimage:
- xrootd_docker_get
only:
- schedules

- web
except:
- tags

xrootd_docker_test:
stage: test
script:
Expand All @@ -594,6 +601,9 @@ xrootd_docker_test:
- xrootd_docker_get
only:
- schedules
- web
except:
- tags
allow_failure: true

pyxrootd_dockerimage:
Expand All @@ -609,6 +619,9 @@ pyxrootd_dockerimage:
- xrootd_docker_get
only:
- schedules
- web
except:
- tags
allow_failure: true

pyxrootd_docker_test:
Expand All @@ -629,6 +642,9 @@ pyxrootd_docker_test:
- xrootd_docker_get
only:
- schedules
- web
except:
- tags
allow_failure: true

publish:rhel:
Expand Down Expand Up @@ -747,6 +763,7 @@ publish:weekly:
- weekly:centos8
only:
- schedules
- web
except:
- tags

Expand Down Expand Up @@ -816,3 +833,7 @@ clean:artifacts:
allow_failure: true
only:
- schedules
- web
except:
- tags

0 comments on commit d03545c

Please sign in to comment.