[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] automation: skip test stage for some branches
We skipped build stage for those branches. We want to skip test state for those branches too. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- automation/gitlab-ci/test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 0dd5eaec5f..8bfa0fba5f 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -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-.*/ -- 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 |