[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] automation: skip some branches in gitlab CI
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@xxxxxxxxxx> --- .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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |