|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] automation: add a qemu smoke test for clang build
commit 9f4ac0e6c2f7634757e62990cba3d531f15104a2
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
AuthorDate: Thu Nov 22 15:49:02 2018 +0000
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Wed Dec 5 22:30:03 2018 +0000
automation: add a qemu smoke test for clang build
Also rename the old test to have -gcc suffix.
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
.gitlab-ci.yml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3ca779e21..57f5dc7013 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -383,7 +383,7 @@ debian-unstable-gcc-debug-arm64-randconfig:
# Test jobs
-qemu-smoke-x86-64:
+qemu-smoke-x86-64-gcc:
stage: test
image: registry.gitlab.com/xen-project/xen/${CONTAINER}
variables:
@@ -399,3 +399,20 @@ qemu-smoke-x86-64:
- debian-stretch-gcc-debug
tags:
- x86_64
+
+qemu-smoke-x86-64-clang:
+ stage: test
+ image: registry.gitlab.com/xen-project/xen/${CONTAINER}
+ variables:
+ CONTAINER: debian:stretch
+ script:
+ - ./automation/scripts/qemu-smoke-x86-64.sh 2>&1 | tee
qemu-smoke-x86-64.log
+ artifacts:
+ paths:
+ - smoke.serial
+ - '*.log'
+ when: always
+ dependencies:
+ - debian-unstable-clang-debug
+ tags:
+ - x86_64
--
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 |