From 878bbad8ceaf6d86321f379062eed5459ceb375b Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Mon, 16 Sep 2024 11:51:02 +0300 Subject: [PATCH] nightly build: Update kernel versions Another kernel versions update --- .github/workflows/run_regression_tests.yaml | 21 ++++++++--------- nightly/conf/nightly.conf | 25 +++++++++++---------- scripts/run-regression-tests | 1 + 3 files changed, 25 insertions(+), 22 deletions(-) diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index 4a4743be4..a66974c91 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -14,16 +14,17 @@ jobs: fail-fast: false matrix: version: [ - '6.10', - '6.9.9', + '6.11', + '6.10.10', + '6.9.12', '6.8.12', '6.7.12', - '6.6.40', - '6.1.99', - '5.15.162', - '5.10.221', - '5.4.279', - '4.19.317', + '6.6.51', + '6.1.110', + '5.15.167', + '5.10.226', + '5.4.284', + '4.19.322', '4.14.336', '4.9.337', '3.18.140', @@ -35,8 +36,8 @@ jobs: '4.18.0-477.13.1.el8_8^AlmaLinux^8.8', '4.18.0-425.19.2.el8_7^AlmaLinux^8.7', '3.10.0-1160.118.1.el7^CentOS^7.9.2009', - '5.15.0-205.149.5.1.el9uek^UEK^9', - '5.4.17-2136.330.7.1.el8uek^UEK^8', + '5.15.0-210.163.7.el9uek^UEK^9', + '5.4.17-2136.335.4.el8uek^UEK^8', '5.4.17-2102.206.1.el7uek^UEK^7', '4.1.12-124.48.6.el6uek^UEK^6' ] diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 9db227a6f..52537f4c2 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,39 +3,40 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -6.10 \ -6.9.9-nc \ +6.11 \ +6.10.10-nc \ +6.9.12-nc \ 6.8.12-nc \ 6.7.12-nc \ -6.6.40-nc \ +6.6.51-nc \ 6.5.13-nc \ 6.4.16-nc \ 6.3.13-nc \ 6.2.16-nc \ -6.1.99-nc \ +6.1.110-nc \ 6.0.19-nc \ 5.19.17-nc \ 5.18.19-nc \ 5.17.15-nc \ 5.16.20-nc \ -5.15.162-nc \ +5.15.167-nc \ 5.14.21-nc \ 5.13.19-nc \ 5.12.19-nc \ 5.11.22-nc \ -5.10.221-nc \ +5.10.226-nc \ 5.9.16-nc \ 5.8.18-nc \ 5.7.19-nc \ 5.6.19-nc \ 5.5.19-nc \ -5.4.279-nc \ +5.4.284-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.317-nc \ +4.19.322-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ @@ -85,13 +86,13 @@ ABT_KERNELS=" \ 3.10.0-1062.18.1.el7^CentOS^7.7.1908-nc \ 3.10.0-957.27.2.el7^CentOS^7.6.1810-nc \ 3.10.0-862.14.4.el7^CentOS^7.5.1804-nc \ -5.15.0-205.149.5.1.el9uek^UEK^9-nc \ -5.15.0-205.149.5.1.el8uek^UEK^8-nc \ -5.4.17-2136.330.7.1.el8uek^UEK^8-nc \ +5.15.0-210.163.7.el9uek^UEK^9-nc \ +5.15.0-210.163.7.el8uek^UEK^8-nc \ +5.4.17-2136.335.4.el8uek^UEK^8-nc \ 5.4.17-2102.206.1.el8uek^UEK^8-nc \ 5.4.17-2036.104.5.el8uek^UEK^8-nc \ 5.4.17-2011.7.4.el8uek^UEK^8-nc \ -5.4.17-2136.330.7.1.el7uek^UEK^7-nc \ +5.4.17-2136.335.4.el7uek^UEK^7-nc \ 5.4.17-2102.206.1.el7uek^UEK^7-nc \ 5.4.17-2036.104.5.el7uek^UEK^7-nc \ 5.4.17-2011.7.4.el7uek^UEK^7-nc \ diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index b4a472301..e87bb64f4 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -299,6 +299,7 @@ CONFIG_NET_DROP_MONITOR \ CONFIG_NOP_TRACER \ CONFIG_RETPOLINE \ CONFIG_RH_KABI_SIZE_ALIGN_CHECKS \ +CONFIG_UEK_KABI_SIZE_ALIGN_CHECKS \ CONFIG_SCHED_TRACER \ CONFIG_SECURITY_SELINUX \ CONFIG_STACK_TRACER \