Discussion:
[Xen-changelog] [xen staging] automation: add two Arm64 builds to Gitlab CI
p***@xen.org
2018-11-13 14:11:15 UTC
Permalink
commit 4cbc2985700669de420687750eecd295de02b6b7
Author: Wei Liu <***@citrix.com>
AuthorDate: Tue Nov 13 13:48:00 2018 +0000
Commit: Wei Liu <***@citrix.com>
CommitDate: Tue Nov 13 13:48:42 2018 +0000

automation: add two Arm64 builds to Gitlab CI

Add two gcc builds. Clang builds are known to be broken at the moment.

Signed-off-by: Wei Liu <***@citrix.com>
Acked-by: Doug Goldstein <***@cardoe.com>
---
.gitlab-ci.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96d7e7f759..a3b393fade 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -301,3 +301,25 @@ ubuntu-bionic-gcc-debug:
CONTAINER: ubuntu:bionic
debug: y
XEN_TARGET_ARCH: x86_64
+
+# Arm builds
+
+debian-unstable-gcc-arm64:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable-arm64v8
+ debug: n
+ XEN_TARGET_ARCH: arm64
+ tags:
+ - arm64
+
+debian-unstable-gcc-debug-arm64:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable-arm64v8
+ debug: y
+ XEN_TARGET_ARCH: arm64
+ tags:
+ - arm64
--
generated by git-patchbot for /home/xen/git/xen.git#staging

Loading...