All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ci: Add 5.4 release builds for arm and arm64
@ 2021-02-05 14:48 Jan Kiszka
  2021-02-05 14:50 ` Greg Gallagher
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2021-02-05 14:48 UTC (permalink / raw)
  To: Xenomai, Greg Gallagher

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Greg, should we also drop a kernel version from CI for arm and arm64? 
The 4.14ers?

 .gitlab-ci.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87532a3376..19c24dc88a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,6 +165,14 @@ variables:
     paths:
       - .ccache
 
+arm-5.4-release:
+  extends: .build
+  variables:
+    ARCH: arm
+    IPIPE_REV: ipipe-core-5.4..*-arm-.*
+    IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe-arm.git
+    KERNEL_DEFCONFIG: multi_v7_defconfig
+
 arm-4.19-release:
   extends: .build
   variables:
@@ -189,6 +197,14 @@ arm-4.4-cip-head:
     IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe.git
     KERNEL_DEFCONFIG: multi_v7_defconfig
 
+arm64-5.4-release:
+  extends: .build
+  variables:
+    ARCH: arm64
+    IPIPE_REV: ipipe-core-5.4..*-arm64-.*
+    IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe-arm64.git
+    KERNEL_DEFCONFIG: defconfig
+
 arm64-4.19-release:
   extends: .build
   variables:
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-05 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 14:48 [PATCH] ci: Add 5.4 release builds for arm and arm64 Jan Kiszka
2021-02-05 14:50 ` Greg Gallagher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.