xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] ci: Lift build tests from 5.15 to 6.1
@ 2023-02-16  9:37 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2023-02-16  9:37 UTC (permalink / raw)
  To: Xenomai

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

5.15 will still be covered via image tests. This is about build-testing
the lower (5.10) and upper stable kernels.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a80b4dc277..5c8e01f098 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 #
 # Xenomai Real-Time System
 #
-# Copyright (c) Siemens AG, 2020-2022
+# Copyright (c) Siemens AG, 2020-2023
 #
 # Authors:
 #  Quirin Gylstorff <quirin.gylstorff@siemens.com>
@@ -188,11 +188,11 @@ arm-6.xx-latest:
     PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase"
     KERNEL_DEFCONFIG: multi_v7_defconfig
 
-arm-5.15-head:
+arm-6.1-head:
   extends: .build
   variables:
     ARCH: arm
-    PIPELINE_REV: v5.15.y-dovetail-rebase
+    PIPELINE_REV: v6.1.y-dovetail-rebase
     KERNEL_DEFCONFIG: multi_v7_defconfig
 
 arm-5.10-head:
@@ -209,11 +209,11 @@ arm64-6.xx-latest:
     PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase"
     KERNEL_DEFCONFIG: defconfig
 
-arm64-5.15-head:
+arm64-6.1-head:
   extends: .build
   variables:
     ARCH: arm64
-    PIPELINE_REV: v5.15.y-dovetail-rebase
+    PIPELINE_REV: v6.1.y-dovetail-rebase
     KERNEL_DEFCONFIG: defconfig
 
 arm64-5.10-head:
@@ -230,11 +230,11 @@ x86-6.xx-latest:
     PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase"
     KERNEL_DEFCONFIG: x86_64_defconfig
 
-x86-5.15-head:
+x86-6.1-head:
   extends: .build
   variables:
     ARCH: x86
-    PIPELINE_REV: v5.15.y-dovetail-rebase
+    PIPELINE_REV: v6.1.y-dovetail-rebase
     KERNEL_DEFCONFIG: x86_64_defconfig
 
 x86-5.10-head:
-- 
2.35.3

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

only message in thread, other threads:[~2023-02-16  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  9:37 [PATCH] ci: Lift build tests from 5.15 to 6.1 Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).