mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
scripts/run-regression-tests: Improve support for RHEL kernels
Additionally, update kernel versions.
This commit is contained in:
5
.github/workflows/run_regression_tests.yaml
vendored
5
.github/workflows/run_regression_tests.yaml
vendored
@@ -28,10 +28,13 @@ jobs:
|
||||
'4.9.337',
|
||||
'3.18.140',
|
||||
'3.10.108',
|
||||
'5.14.0-427.33.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',
|
||||
'4.18.0-513.24.1.el8_9^AlmaLinux^8.9',
|
||||
'4.18.0-477.13.1.el8_8^AlmaLinux^8.8',
|
||||
'3.10.0-1160.108.1.el7^CentOS^7.9.2009',
|
||||
'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.4.17-2102.206.1.el7uek^UEK^7',
|
||||
|
||||
@@ -65,7 +65,8 @@ ABT_KERNELS=" \
|
||||
3.12.74-nc \
|
||||
3.11.10-nc \
|
||||
3.10.108-nc \
|
||||
5.14.0-362.24.1.el9_3^AlmaLinux^9.3-nc \
|
||||
5.14.0-427.33.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 \
|
||||
5.14.0-162.23.1.el9_1^AlmaLinux^9.1-nc \
|
||||
5.14.0-70.30.1.el9_0^AlmaLinux^9.0-nc \
|
||||
@@ -79,7 +80,7 @@ ABT_KERNELS=" \
|
||||
4.18.0-193.28.1.el8_2^CentOS^8.2.2004-nc \
|
||||
4.18.0-147.8.1.el8_1^CentOS^8.1.1911-nc \
|
||||
4.18.0-80.11.2.el8_0^CentOS^8.0.1905-nc \
|
||||
3.10.0-1160.108.1.el7^CentOS^7.9.2009-nc \
|
||||
3.10.0-1160.118.1.el7^CentOS^7.9.2009-nc \
|
||||
3.10.0-1127.19.1.el7^CentOS^7.8.2003-nc \
|
||||
3.10.0-1062.18.1.el7^CentOS^7.7.1908-nc \
|
||||
3.10.0-957.27.2.el7^CentOS^7.6.1810-nc \
|
||||
|
||||
@@ -311,6 +311,8 @@ CONFIG_TRACING \
|
||||
CONFIG_UNWINDER_ORC \
|
||||
CONFIG_X86_32 \
|
||||
CONFIG_X86_X32 \
|
||||
CONFIG_X86_KERNEL_IBT \
|
||||
CONFIG_LTO_CLANG \
|
||||
"
|
||||
local enable="CONFIG_UNWINDER_FRAME_POINTER"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user