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

[PATCH 2/9] automation: Add randconfig build jobs for arm64 alpine container


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Thu, 22 Sep 2022 15:40:51 +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=dTulcGwMKiw1fmEMFmWPsSd4FimqEq/BzeQ6wBAjlF8=; b=cInYbZnxRm8OELQadNrZdV6H6wPwPPlKublQG7nY0/R2LzpJaeG43vnSXXFMGc8Z6m3NpTVBoFMIldL+zbkmjgtTr3WEZ5HhdYzck+4Z5uykc5deHfXkUO0fi9c2/YtBcjzsS3hC5fJhq/JthWtdij3weO0YMRKZv2mNzCeQVRNkGGnmcnOVOvk4CCcSAbGpoX2ruZsOLeanywcKOtIWyI4O6KP2aSj41xA/vc6SXMSS+XOf2hpNg8JVGtU7YcFt53bj6fNfl0ipvfQesqn5z1nspULFBRJ4Lc0T3YctxLdnE30wq/nKaLRehV1Vy4lT8tzwyP8u8YA9q6F2n8p6tg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=d92zhKA5ig8lgUzp0ymzxSwK//oBrB5dQv603cJk8hDRLUyTDJPNc9yAobOTsqZ+EwilmWpCoF+8827jJiujDLxJk/lHEuto3YyLRVVeYCVW2XP8OJJIad8deYKV802CZvd1SXB5kiD2JVSUor0MkWsOHcXflAi1fEVrPltlYUtumvh0qHRTr6GWYPw6pAfcO7ZUY7rofqYJLdk2XzUaC9zTWpaEKAiLTJboZ4ymWUqYTdrsDtZ01nbi+JL/rWjUcOvW70b3C7/2Ri9V4D4cQeks+UFppHVjnjbewF+9tkvAzGH1VQEWeWNjTyGRYW49lygveJ9AUT07sdhSG2eznw==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Thu, 22 Sep 2022 13:41:20 +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>
---
 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®.