[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 02/10] automation: Add randconfig build jobs for arm64 alpine container


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Tue, 27 Sep 2022 11:47:19 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=JQbVPFIY/NyyF4wKIhFPxHeyMQW/G5sZuOSae7Gxd0k=; b=PJf+obH4jF3rHuVcaQhy5gcNyWsn6h4XRtv7tfKcMzozoFAkWUyXIJ30Hnf8VaRG1vpUrIauzzKpbKwftjlr54OhnV+Os1rFenP7GuTjAQUeJnxYjeC9798kkk2SXfGZfj/nAk7L6Q7zEDIDpIxJyYp4jlIS1bOPn8XoQ3B6EXbvQrOcI/wL3z8+zDw95QVgLV1uTf779mBFGJjxBvLteV/bOd3Gi77dcjMEWqWoHSyTR5glgvuRa/aOD+vMIS2qq5Y2aws5iy+uUqfQBGspk+U2bzZSa0A6zsGZpPRwbXD/PJUc2YiqQgAu0CAg8dScNiKyGBb8sUuuK5pVf8iXwg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CmgIT6NSWnCLUnHTaAHWo23x/WYkLeSHRCuGGae5AYqG/VJWw5YFuGF78fRof5/0NN4JGEuqA7kbOPnWciOrRxzo4LNcmhb0qjwrBId4yZ84HqU5EFQq32xZRJc+OrEO3f+80XHeqr4CYbnOmvCDXoGY3SwYxF807vipth/SBjWMtCTHuCiGqC7Xq4+GBUCqOraKbcureBDslSGLngNYKDHlkQ3SGJXTCK+M0dZRC+prou4LN/kmDsah/zqVV7xEFs+jP3pH2R6GRUPG5RmQatc75wjsvCC+sKuGbLj7VMTGOckNrA7qpSsnxO3QYPWWwqQ7mZpUlRNxM7UtmfNhfA==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Luca Fancellu <luca.fancellu@xxxxxxx>
  • Delivery-date: Tue, 27 Sep 2022 09:47:49 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

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@xxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Reviewed-by: Luca Fancellu <luca.fancellu@xxxxxxx>
---
Changes in v3:
- none
Changes in v2:
- none
---
 automation/gitlab-ci/build.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index a39ed72aac6d..d931441b910a 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -566,6 +566,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:
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.