Skip to content

Commit

Permalink
scripts/run-regression-tests: Improve support for RHEL kernels
Browse files Browse the repository at this point in the history
Additionally, update kernel versions.
  • Loading branch information
lnocturno committed Sep 4, 2024
1 parent ca51801 commit 376838e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run_regression_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
5 changes: 3 additions & 2 deletions nightly/conf/nightly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions scripts/run-regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 376838e

Please sign in to comment.