projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ffeb99
)
automation: skip some branches in gitlab CI
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 17 Sep 2018 08:33:41 +0000
(09:33 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Tue, 18 Sep 2018 08:23:26 +0000
(09:23 +0100)
Ignore branches which are always fast-forwarded to staging* branches.
List of filters taken from Travis CI setup.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index c2d695ff6f7e1ee126005b531d3e959e4c07aa5e..bf6bf7d895266dfad89db4aa83d94fdbf29afb23 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-11,6
+11,11
@@
stages:
- xen/.config
- '*.log'
when: always
+ except:
+ - master
+ - smoke
+ - /^coverity-tested\/.*/
+ - /^stable-.*/
.gcc-tmpl:
variabes: &gcc