From 0eaa45003197f3b1e3e12df04b4fe8ebe8801380 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Fri, 17 May 2024 10:47:39 +0300 Subject: [PATCH] nightly build: Update kernel versions Another kernel versions update. --- .github/workflows/run_regression_tests.yaml | 17 ++++++++++------- nightly/conf/nightly.conf | 16 +++++++++------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index 60f2580fb..a6942af83 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - nightly/update jobs: regression_tests: @@ -13,18 +14,20 @@ jobs: fail-fast: false matrix: version: [ - '6.8.7', + '6.9', + '6.8.9', '6.7.12', - '6.6.28', - '6.1.87', - '5.15.156', - '5.10.215', - '5.4.274', - '4.19.312', + '6.6.30', + '6.1.90', + '5.15.158', + '5.10.216', + '5.4.275', + '4.19.313', '4.14.336', '4.9.337', '3.18.140', '3.10.108', + '5.14.0-427.16.1.el9_4^AlmaLinux^9.4', '5.14.0-284.30.1.el9_2^AlmaLinux^9.2', '4.18.0-513.24.1.el8_9^AlmaLinux^8.9', '4.18.0-477.13.1.el8_8^AlmaLinux^8.8', diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 841cf72f3..fecc3d8a3 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,37 +3,38 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -6.8.7 \ +6.9 \ +6.8.9-nc \ 6.7.12-nc \ -6.6.28-nc \ +6.6.30-nc \ 6.5.13-nc \ 6.4.16-nc \ 6.3.13-nc \ 6.2.16-nc \ -6.1.87-nc \ +6.1.90-nc \ 6.0.19-nc \ 5.19.17-nc \ 5.18.19-nc \ 5.17.15-nc \ 5.16.20-nc \ -5.15.156-nc \ +5.15.158-nc \ 5.14.21-nc \ 5.13.19-nc \ 5.12.19-nc \ 5.11.22-nc \ -5.10.215-nc \ +5.10.216-nc \ 5.9.16-nc \ 5.8.18-nc \ 5.7.19-nc \ 5.6.19-nc \ 5.5.19-nc \ -5.4.274-nc \ +5.4.275-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.312-nc \ +4.19.313-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ @@ -63,6 +64,7 @@ ABT_KERNELS=" \ 3.12.74-nc \ 3.11.10-nc \ 3.10.108-nc \ +5.14.0-427.16.1.el9_4^AlmaLinux^9.4-nc \ 5.14.0-362.24.1.el9_3^AlmaLinux^9.3-nc \ 5.14.0-284.30.1.el9_2^AlmaLinux^9.2-nc \ 5.14.0-162.23.1.el9_1^AlmaLinux^9.1-nc \