From 168fd3e71c6ab3719bcc5f15f8fd6c8f51e90fe7 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Mon, 20 Jan 2025 16:14:08 +0300 Subject: [PATCH] nightly build: Update kernel versions Another kernel versions update --- .github/workflows/checkpatch_pull.yml | 1 - .github/workflows/checkpatch_push.yml | 1 - .github/workflows/mail_notification.yml | 1 - .github/workflows/run_regression_tests.yaml | 17 ++++++++--------- nightly/conf/nightly.conf | 15 ++++++++------- 5 files changed, 16 insertions(+), 19 deletions(-) diff --git a/.github/workflows/checkpatch_pull.yml b/.github/workflows/checkpatch_pull.yml index 647f75e0d..992238ea5 100644 --- a/.github/workflows/checkpatch_pull.yml +++ b/.github/workflows/checkpatch_pull.yml @@ -3,7 +3,6 @@ name: Checkpatch upon pull request on: pull_request: branches: - - 3.9.x - master jobs: diff --git a/.github/workflows/checkpatch_push.yml b/.github/workflows/checkpatch_push.yml index 464e804e6..a1ea507df 100644 --- a/.github/workflows/checkpatch_push.yml +++ b/.github/workflows/checkpatch_push.yml @@ -3,7 +3,6 @@ name: Checkpatch upon push on: push: branches: - - 3.9.x - master jobs: diff --git a/.github/workflows/mail_notification.yml b/.github/workflows/mail_notification.yml index e796e2f18..06b5fd046 100644 --- a/.github/workflows/mail_notification.yml +++ b/.github/workflows/mail_notification.yml @@ -4,7 +4,6 @@ name: Mailing list on: push: branches: - - 3.9.x - master jobs: diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index 6794cd591..e9767cb46 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -3,11 +3,9 @@ name: Run regression tests on: push: branches: - - 3.9.x - master pull_request: branches: - - 3.9.x - master jobs: @@ -18,23 +16,24 @@ jobs: fail-fast: false matrix: version: [ - '6.12.7', + '6.13', + '6.12.10', '6.11.11', '6.10.14', '6.9.12', '6.8.12', '6.7.12', - '6.6.68', - '6.1.122', - '5.15.175', - '5.10.232', - '5.4.288', + '6.6.72', + '6.1.126', + '5.15.176', + '5.10.233', + '5.4.289', '4.19.325', '4.14.336', '4.9.337', '3.18.140', '3.10.108', - '5.14.0-503.16.1.el9_5^AlmaLinux^9.5', + '5.14.0-503.21.1.el9_5^AlmaLinux^9.5', '5.14.0-427.42.1.el9_4^AlmaLinux^9.4', '5.14.0-362.24.2.el9_3^AlmaLinux^9.3', '5.14.0-284.30.1.el9_2^AlmaLinux^9.2', diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index acceb08a7..a0cf7542b 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,35 +3,36 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -6.12.7 \ +6.13 \ +6.12.10-nc \ 6.11.11-nc \ 6.10.14-nc \ 6.9.12-nc \ 6.8.12-nc \ 6.7.12-nc \ -6.6.68-nc \ +6.6.72-nc \ 6.5.13-nc \ 6.4.16-nc \ 6.3.13-nc \ 6.2.16-nc \ -6.1.122-nc \ +6.1.126-nc \ 6.0.19-nc \ 5.19.17-nc \ 5.18.19-nc \ 5.17.15-nc \ 5.16.20-nc \ -5.15.175-nc \ +5.15.176-nc \ 5.14.21-nc \ 5.13.19-nc \ 5.12.19-nc \ 5.11.22-nc \ -5.10.232-nc \ +5.10.233-nc \ 5.9.16-nc \ 5.8.18-nc \ 5.7.19-nc \ 5.6.19-nc \ 5.5.19-nc \ -5.4.288-nc \ +5.4.289-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ @@ -67,7 +68,7 @@ ABT_KERNELS=" \ 3.12.74-nc \ 3.11.10-nc \ 3.10.108-nc \ -5.14.0-503.16.1.el9_5^AlmaLinux^9.5-nc \ +5.14.0-503.21.1.el9_5^AlmaLinux^9.5-nc \ 5.14.0-427.42.1.el9_4^AlmaLinux^9.4-nc \ 5.14.0-362.24.2.el9_3^AlmaLinux^9.3-nc \ 5.14.0-284.30.1.el9_2^AlmaLinux^9.2-nc \