|
From: Gleb C. <lna...@ya...> - 2024-07-15 12:20:45
|
Commit: 7117490 GitHub URL: https://github.com/SCST-project/scst/commit/71174909108626f248c9eda2cb2037e00fcc97ff Author: Gleb Chesnokov Date: 2024-07-15T15:18:16+03:00 Log Message: ----------- nightly build: Update kernel versions Another kernel versions update. Modified Paths: -------------- .github/workflows/run_regression_tests.yaml | 17 ++++++++------- nightly/conf/nightly.conf | 17 ++++++++------- 2 files changed, 18 insertions(+), 16 deletions(-) =================================================================== diff --git a/.github/workflows/run_regression_tests.yaml b/.github/workflows/run_regression_tests.yaml index b63b2ec..13ac3e2 100644 --- a/.github/workflows/run_regression_tests.yaml +++ b/.github/workflows/run_regression_tests.yaml @@ -14,15 +14,16 @@ jobs: fail-fast: false matrix: version: [ - '6.9', - '6.8.9', + '6.10', + '6.9.9', + '6.8.12', '6.7.12', - '6.6.30', - '6.1.90', - '5.15.158', - '5.10.216', - '5.4.275', - '4.19.313', + '6.6.40', + '6.1.99', + '5.15.162', + '5.10.221', + '5.4.279', + '4.19.317', '4.14.336', '4.9.337', '3.18.140', diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index e31dd09..9e9dce2 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,38 +3,39 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -6.9 \ -6.8.9-nc \ +6.10 \ +6.9.9-nc \ +6.8.12-nc \ 6.7.12-nc \ -6.6.30-nc \ +6.6.40-nc \ 6.5.13-nc \ 6.4.16-nc \ 6.3.13-nc \ 6.2.16-nc \ -6.1.90-nc \ +6.1.99-nc \ 6.0.19-nc \ 5.19.17-nc \ 5.18.19-nc \ 5.17.15-nc \ 5.16.20-nc \ -5.15.158-nc \ +5.15.162-nc \ 5.14.21-nc \ 5.13.19-nc \ 5.12.19-nc \ 5.11.22-nc \ -5.10.216-nc \ +5.10.221-nc \ 5.9.16-nc \ 5.8.18-nc \ 5.7.19-nc \ 5.6.19-nc \ 5.5.19-nc \ -5.4.275-nc \ +5.4.279-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.313-nc \ +4.19.317-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ |