ci: update workflows

This commit is contained in:
Caner Karaca
2024-12-25 22:58:37 +00:00
committed by GitHub
parent f935077bb8
commit 8afecec349
9 changed files with 80 additions and 219 deletions

View File

@@ -7,9 +7,9 @@ jobs:
uses: ./.github/workflows/gki-kernel.yml
with:
version: android12-5.10
version_name: android12-5.10.218
tag: android12-5.10-2024-08
os_patch_level: 2024-08
version_name: android12-5.10.226
tag: android12-5.10-2024-11
os_patch_level: 2024-11
patch_path: "5.10"
debug: true
build-debug-kernel-a13:
@@ -17,11 +17,11 @@ jobs:
matrix:
include:
- version: "5.10"
sub_level: 218
os_patch_level: 2024-08
sub_level: 223
os_patch_level: 2024-11
- version: "5.15"
sub_level: 151
os_patch_level: 2024-08
sub_level: 167
os_patch_level: 2024-11
uses: ./.github/workflows/gki-kernel.yml
with:
version: android13-${{ matrix.version }}
@@ -34,11 +34,11 @@ jobs:
matrix:
include:
- version: "5.15"
sub_level: 158
os_patch_level: 2024-08
sub_level: 167
os_patch_level: 2024-11
- version: "6.1"
sub_level: 90
os_patch_level: 2024-08
sub_level: 115
os_patch_level: 2024-12
uses: ./.github/workflows/gki-kernel.yml
with:
version: android14-${{ matrix.version }}
@@ -51,8 +51,8 @@ jobs:
matrix:
include:
- version: "6.6"
sub_level: 30
os_patch_level: 2024-08
sub_level: 57
os_patch_level: 2024-12
uses: ./.github/workflows/gki-kernel.yml
with:
version: android15-${{ matrix.version }}