Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add more kernel branches #1442

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-kernel-a12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
os_patch_level: 2023-09
- sub_level: 198
os_patch_level: 2024-01
- sub_level: 205
os_patch_level: 2024-03
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-kernel-a13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os_patch_level: 2023-05
- version: "5.10"
sub_level: 177
os_patch_level: 2023-06
os_patch_level: 2023-07
- version: "5.10"
sub_level: 186
os_patch_level: 2023-08
Expand All @@ -48,6 +48,9 @@ jobs:
- version: "5.10"
sub_level: 198
os_patch_level: 2023-12
- version: "5.10"
sub_level: 205
os_patch_level: 2024-02
- version: "5.15"
sub_level: 41
os_patch_level: 2022-11
Expand All @@ -72,6 +75,9 @@ jobs:
- version: "5.15"
sub_level: 137
os_patch_level: 2023-12
- version: "5.15"
sub_level: 144
os_patch_level: 2024-02
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel-a14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os_patch_level: 2024-01
- version: "5.15"
sub_level: 144
os_patch_level: 2024-02
os_patch_level: 2024-03
- version: "6.1"
sub_level: 25
os_patch_level: 2023-10
Expand Down