[PATCH] ci: Switch head jobs to kernel 7.x
Jan Kiszka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8755bc4b80..b82df7e436 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -186,11 +186,11 @@ variables: paths: - .ccache -arm-6.xx-latest: +arm-7.xx-latest: extends: .build variables: ARCH: arm - PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase" + PIPELINE_REV: "v7\\.[0-9].*-dovetail-rebase" KERNEL_DEFCONFIG: multi_v7_defconfig arm-6.12-head: @@ -207,11 +207,11 @@ arm-6.1-head: PIPELINE_REV: v6.1.y-cip-dovetail-rebase KERNEL_DEFCONFIG: multi_v7_defconfig -arm64-6.xx-latest: +arm64-7.xx-latest: extends: .build variables: ARCH: arm64 - PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase" + PIPELINE_REV: "v7\\.[0-9].*-dovetail-rebase" KERNEL_DEFCONFIG: defconfig arm64-6.12-head: @@ -228,11 +228,11 @@ arm64-6.1-head: PIPELINE_REV: v6.1.y-cip-dovetail-rebase KERNEL_DEFCONFIG: defconfig -x86-6.xx-latest: +x86-7.xx-latest: extends: .build variables: ARCH: x86 - PIPELINE_REV: "v6\\.[0-9].*-dovetail-rebase" + PIPELINE_REV: "v7\\.[0-9].*-dovetail-rebase" KERNEL_DEFCONFIG: x86_64_defconfig x86-6.12-head: -- 2.47.3