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

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


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Mon, 26 Sep 2022 13:04:15 +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=UpOdCBVw2/Uk5sfAz8C2OIxTFfIf2yMq4g3IemE/uFA=; b=L9PE1PffxfWL9/3un0kFK9HDWPJslc3gHfUW5Sjk5Dq2zjCiitJ9fin9f2sP/QexSoivyrJa6xZsxcGWD3f+xhOJs/R/+eZg9QoAHUqbDw5F1BSNg8X3otKlJne5QdceSUxM7hvZtV08hlkQ+UM5uax6nnZa8WehBX826HxJ2QyVf9eDpYMrFWBnh/W50OU/9DCmRqgUrPcRwKNT+TK62MaCb2pX5qIR8gZLWccqYNPpbVGBkWgBxk08AmVQKu1Fj4biL+ayayIiUI2/HYNt3mS1TLgrKr82mviBu0+zhMTS30qQWgNlLvKpzflHf13AQ7DlrPkPhhybtBlvJ5+OTg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Zk4XcQcMWbviSrvndo3NjrZ5h53lXYtKIrc11ydOw1bMmSfB9KZcF75DsSDjAQ0wFdKRf/WqiJ+0mA4LNr0i7c5n9/cMGbTcB2ZRJctuman5ubWUDkbHyKyJsTnd+YrfyWVmb629JbL+uRv7I9vMx6lng2iG3EQs8gpLGpKxmbGy+5UD/DrN8URKm6k3uAieGFbENtZHauTwIVJikKSnrofV5tguni1WaYwIS96oBAPvFXiRu7WrkHwdBZi1o1VbYTpLnqo8YvpFNurGPPTvFqEVD+qIXVlFXbG22qzC/tGBSi/ucXLwmAP9Cn3Ar+YhwzBh3g6SlJ7h+Xd3j1o3Tw==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Mon, 26 Sep 2022 11:04:46 +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>
---
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®.