From 4cf5d6264242aac1c308a89b9869d82732733b08 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 10 Dec 2018 15:11:10 +0000 Subject: [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 Acked-by: Doug Goldstein --- 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.30.2