All of lore.kernel.org
 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

* Re: [PATCH] automation: skip some branches in gitlab CI
  2018-09-17  8:33 [PATCH] automation: skip some branches in gitlab CI Wei Liu
@ 2018-09-17 19:14 ` Doug Goldstein
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein @ 2018-09-17 19:14 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel

On Mon, Sep 17, 2018 at 09:33:41AM +0100, Wei Liu wrote:
> 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>

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

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.