automation: skip some branches in gitlab CI
authorWei Liu <wei.liu2@citrix.com>
Mon, 17 Sep 2018 08:33:41 +0000 (09:33 +0100)
committerWei 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

index c2d695ff6f7e1ee126005b531d3e959e4c07aa5e..bf6bf7d895266dfad89db4aa83d94fdbf29afb23 100644 (file)
@@ -11,6 +11,11 @@ stages:
       - xen/.config
       - '*.log'
     when: always
+  except:
+    - master
+    - smoke
+    - /^coverity-tested\/.*/
+    - /^stable-.*/
 
 .gcc-tmpl:
   variabes: &gcc