]> xenbits.xensource.com Git - people/pauldu/xen.git/commitdiff
automation: skip test stage for some branches
authorWei Liu <wei.liu2@citrix.com>
Mon, 10 Dec 2018 15:11:10 +0000 (15:11 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 10 Dec 2018 16:31:09 +0000 (16:31 +0000)
We skipped build stage for those branches. We want to skip test state
for those branches too.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/gitlab-ci/test.yaml

index 0dd5eaec5f82c82085b04faa24446b881f51adeb..8bfa0fba5f9aa37436486bf450767a658bf92a8a 100644 (file)
@@ -15,6 +15,11 @@ qemu-smoke-x86-64-gcc:
     - debian-stretch-gcc-debug
   tags:
     - x86_64
+  except:
+    - master
+    - smoke
+    - /^coverity-tested\/.*/
+    - /^stable-.*/
 
 qemu-smoke-x86-64-clang:
   stage: test
@@ -32,3 +37,8 @@ qemu-smoke-x86-64-clang:
     - debian-unstable-clang-debug
   tags:
     - x86_64
+  except:
+    - master
+    - smoke
+    - /^coverity-tested\/.*/
+    - /^stable-.*/