|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] automation: skip test stage for some branches
commit 4cf5d6264242aac1c308a89b9869d82732733b08
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
AuthorDate: Mon Dec 10 15:11:10 2018 +0000
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Mon Dec 10 16:31:09 2018 +0000
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>
Acked-by: Doug Goldstein <cardoe@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-.*/
--
generated by git-patchbot for /home/xen/git/xen.git#staging
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |