From 181af5c698fefa54225740057f8575174be03e31 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Tue, 26 May 2026 15:08:14 +0300 Subject: [PATCH] nightly build: Add Rocky linux kernels --- .github/workflows/run_regression_tests.yaml | 6 +++--- nightly/conf/nightly.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index 7d9c695ab..0fa7d050f 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -40,9 +40,10 @@ jobs: '4.9.337', '3.18.140', '3.10.108', - '6.12.0-124.47.1.el10_1^AlmaLinux^10.1', + '6.12.0-124.56.1.el10_1^Rocky^10.1', + '5.14.0-611.55.1.el9_7^Rocky^9.7', + '4.18.0-553.124.1.el8_10^Rocky^8.10', '6.12.0-55.43.1.el10_0^AlmaLinux^10.0', - '5.14.0-611.45.1.el9_7^AlmaLinux^9.7', '5.14.0-570.62.1.el9_6^AlmaLinux^9.6', '5.14.0-503.40.1.el9_5^AlmaLinux^9.5', '5.14.0-427.42.1.el9_4^AlmaLinux^9.4', @@ -50,7 +51,6 @@ jobs: '5.14.0-284.30.1.el9_2^AlmaLinux^9.2', '5.14.0-162.23.1.el9_1^AlmaLinux^9.1', '5.14.0-70.30.1.el9_0^AlmaLinux^9.0', - '4.18.0-553.117.1.el8_10^AlmaLinux^8.10', '4.18.0-513.24.1.el8_9^AlmaLinux^8.9', '4.18.0-477.13.1.el8_8^AlmaLinux^8.8', '4.18.0-425.19.2.el8_7^AlmaLinux^8.7', diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 6682b5a56..e0a5c00f2 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -75,9 +75,10 @@ ABT_KERNELS=" \ 3.12.74-nc \ 3.11.10-nc \ 3.10.108-nc \ -6.12.0-124.47.1.el10_1^AlmaLinux^10.1-nc \ +6.12.0-124.56.1.el10_1^Rocky^10.1-nc \ +5.14.0-611.55.1.el9_7^Rocky^9.7-nc \ +4.18.0-553.124.1.el8_10^Rocky^8.10-nc \ 6.12.0-55.43.1.el10_0^AlmaLinux^10.0-nc \ -5.14.0-611.45.1.el9_7^AlmaLinux^9.7-nc \ 5.14.0-570.62.1.el9_6^AlmaLinux^9.6-nc \ 5.14.0-503.40.1.el9_5^AlmaLinux^9.5-nc \ 5.14.0-427.42.1.el9_4^AlmaLinux^9.4-nc \ @@ -85,7 +86,6 @@ ABT_KERNELS=" \ 5.14.0-284.30.1.el9_2^AlmaLinux^9.2-nc \ 5.14.0-162.23.1.el9_1^AlmaLinux^9.1-nc \ 5.14.0-70.30.1.el9_0^AlmaLinux^9.0-nc \ -4.18.0-553.117.1.el8_10^AlmaLinux^8.10-nc \ 4.18.0-513.24.1.el8_9^AlmaLinux^8.9-nc \ 4.18.0-477.13.1.el8_8^AlmaLinux^8.8-nc \ 4.18.0-425.19.2.el8_7^AlmaLinux^8.7-nc \