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: a12-5.10, a13-5.10, a13-5.15, a14-5.15, a14-6.1 patch level 2024-05 #1737

Merged
merged 10 commits into from
May 17, 2024
2 changes: 2 additions & 0 deletions .github/workflows/build-kernel-a12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
os_patch_level: 2024-01
- sub_level: 205
os_patch_level: 2024-03
- sub_level: 209
os_patch_level: 2024-05
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-kernel-a13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
os_patch_level: 2024-03
- version: "5.10"
sub_level: 209
os_patch_level: 2024-04
os_patch_level: 2024-05
- version: "5.15"
sub_level: 94
os_patch_level: 2023-05
Expand All @@ -71,7 +71,7 @@ jobs:
os_patch_level: 2024-03
- version: "5.15"
sub_level: 148
os_patch_level: 2024-04
os_patch_level: 2024-05
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-kernel-a14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
os_patch_level: 2024-03
- version: "5.15"
sub_level: 148
os_patch_level: 2024-04
os_patch_level: 2024-05
- version: "6.1"
sub_level: 25
os_patch_level: 2023-10
Expand All @@ -50,7 +50,7 @@ jobs:
os_patch_level: 2024-03
- version: "6.1"
sub_level: 75
os_patch_level: 2024-04
os_patch_level: 2024-05
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
os_patch_level: 2023-09
- version: "6.1"
sub_level: 75
os_patch_level: 2024-04
os_patch_level: 2024-05
uses: ./.github/workflows/gki-kernel.yml
with:
version: android14-${{ matrix.version }}
Expand Down