|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH for-next 5/5] automation: introduce a test to build each commit
This is added to the test stage so that its failure won't block other
things.
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
Note: this patch will look different when it is applied to staging,
but you can see the core idea here.
---
automation/gitlab-ci/test.yaml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 140b11b892..b9563fed1c 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -1,14 +1,15 @@
# Test jobs
-qemu-smoke-x86-64-gcc:
+build-each-commit-gcc:
stage: test
image: registry.gitlab.com/xen-project/xen/${CONTAINER}
variables:
CONTAINER: debian:stretch
+ XEN_TARGET_ARCH: x86_64
+ CC: gcc
script:
- - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee
qemu-smoke-x86-64.log
+ - ./automation/gitlab-ci/build-each-commit.sh 2>&1 | tee
build-each-commit-gcc.log
artifacts:
paths:
- - smoke.serial
- '*.log'
when: always
tags:
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |