xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] automation: skip some branches in gitlab CI
@ 2018-09-17  8:33 Wei Liu
  2018-09-17 19:14 ` Doug Goldstein
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Liu @ 2018-09-17  8:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Doug Goldstein, Wei Liu

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>
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2d695ff6f..bf6bf7d895 100644
--- 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
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-17 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17  8:33 [PATCH] automation: skip some branches in gitlab CI Wei Liu
2018-09-17 19:14 ` Doug Goldstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).