]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
automation: Add randconfig build jobs for arm64 alpine container
authorMichal Orzel <michal.orzel@amd.com>
Tue, 27 Sep 2022 09:47:19 +0000 (11:47 +0200)
committerStefano Stabellini <stefano.stabellini@amd.com>
Fri, 2 Dec 2022 01:02:46 +0000 (17:02 -0800)
For arm64 we perform builds using debian and alpine containers.
We are missing the randconfig build jobs for the latter, so add them.
This way for each container we have 4 fundamental build jobs:
- defconfig non-debug/debug
- randconfig non-debug/debug

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
automation/gitlab-ci/build.yaml

index 716ee0b1e4605d8fcd0f8e97b06764c86b907853..14328c189565ac8fd66930d27fa2b52f4938fe59 100644 (file)
@@ -568,6 +568,18 @@ alpine-3.12-gcc-debug-arm64:
   variables:
     CONTAINER: alpine:3.12-arm64v8
 
+alpine-3.12-gcc-arm64-randconfig:
+  extends: .gcc-arm64-build
+  variables:
+    CONTAINER: alpine:3.12-arm64v8
+    RANDCONFIG: y
+
+alpine-3.12-gcc-debug-arm64-randconfig:
+  extends: .gcc-arm64-build-debug
+  variables:
+    CONTAINER: alpine:3.12-arm64v8
+    RANDCONFIG: y
+
 alpine-3.12-gcc-arm64-staticmem:
   extends: .gcc-arm64-build
   variables: