Skip to content

Commit

Permalink
ci: Add more kernel branches (#1442)
Browse files Browse the repository at this point in the history
* Android12 5.10.205
* Android13 5.10.205
* Android13 5.15.144
* Update os_patch_level
  • Loading branch information
YuKongA authored Mar 11, 2024
1 parent d77988c commit 625e1aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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

0 comments on commit 625e1aa

Please sign in to comment.