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: a13-5.10, a13-5.15, a14-5.15 and a14-6.1 patch level 2024-04 #1649

Merged
merged 6 commits into from
Apr 19, 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
8 changes: 7 additions & 1 deletion .github/workflows/build-kernel-a13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- version: "5.10"
sub_level: 205
os_patch_level: 2024-03
- version: "5.10"
sub_level: 209
os_patch_level: 2024-04
- version: "5.15"
sub_level: 94
os_patch_level: 2023-05
Expand All @@ -65,7 +68,10 @@ jobs:
os_patch_level: 2023-12
- version: "5.15"
sub_level: 144
os_patch_level: 2024-02
os_patch_level: 2024-03
- version: "5.15"
sub_level: 148
os_patch_level: 2024-04
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/build-kernel-a14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- version: "5.15"
sub_level: 144
os_patch_level: 2024-03
- version: "5.15"
sub_level: 148
os_patch_level: 2024-04
- version: "6.1"
sub_level: 25
os_patch_level: 2023-10
Expand All @@ -45,6 +48,9 @@ jobs:
- version: "6.1"
sub_level: 68
os_patch_level: 2024-03
- version: "6.1"
sub_level: 75
os_patch_level: 2024-04
uses: ./.github/workflows/gki-kernel.yml
secrets: inherit
with:
Expand Down Expand Up @@ -134,8 +140,8 @@ jobs:
sub_level: 110
os_patch_level: 2023-09
- version: "6.1"
sub_level: 68
os_patch_level: 2024-03
sub_level: 75
os_patch_level: 2024-04
uses: ./.github/workflows/gki-kernel.yml
with:
version: android14-${{ matrix.version }}
Expand Down