mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 01:01:27 +00:00
nightly build: Update kernel versions
Another kernel versions update
This commit is contained in:
1
.github/workflows/checkpatch_pull.yml
vendored
1
.github/workflows/checkpatch_pull.yml
vendored
@@ -3,7 +3,6 @@ name: Checkpatch upon pull request
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 3.9.x
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/checkpatch_push.yml
vendored
1
.github/workflows/checkpatch_push.yml
vendored
@@ -3,7 +3,6 @@ name: Checkpatch upon push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 3.9.x
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/mail_notification.yml
vendored
1
.github/workflows/mail_notification.yml
vendored
@@ -4,7 +4,6 @@ name: Mailing list
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 3.9.x
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
17
.github/workflows/run_regression_tests.yaml
vendored
17
.github/workflows/run_regression_tests.yaml
vendored
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user