All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ci: Add 5.4 release builds for arm and arm64, drop 4.14
@ 2021-02-05 16:36 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2021-02-05 16:36 UTC (permalink / raw)
  To: Xenomai

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

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-05 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 16:36 [PATCH v2] ci: Add 5.4 release builds for arm and arm64, drop 4.14 Jan Kiszka

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.