From: Wei Liu Date: Mon, 10 Dec 2018 15:11:10 +0000 (+0000) Subject: automation: skip test stage for some branches X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2772 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4cf5d6264242aac1c308a89b9869d82732733b08;p=xen.git 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 Acked-by: Doug Goldstein --- 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-.*/