Skip to content

Commit

Permalink
automation: skip test stage for some branches
Browse files Browse the repository at this point in the history
We skipped build stage for those branches. We want to skip test state
for those branches too.

Signed-off-by: Wei Liu <[email protected]>
Acked-by: Doug Goldstein <[email protected]>
  • Loading branch information
Wei Liu committed Dec 10, 2018
1 parent 75ce36e commit 4cf5d62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions automation/gitlab-ci/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,3 +37,8 @@ qemu-smoke-x86-64-clang:
- debian-unstable-clang-debug
tags:
- x86_64
except:
- master
- smoke
- /^coverity-tested\/.*/
- /^stable-.*/

0 comments on commit 4cf5d62

Please sign in to comment.