ci: Add latest GKI tags

This commit is contained in:
tiann
2023-04-04 19:07:31 +08:00
parent cd5c7f599a
commit c68ea8abbd
2 changed files with 17 additions and 7 deletions

View File

@@ -31,6 +31,10 @@ jobs:
os_patch_level: 2022-07 os_patch_level: 2022-07
- sub_level: 136 - sub_level: 136
os_patch_level: 2022-11 os_patch_level: 2022-11
- sub_level: 149
os_patch_level: 2023-01
- sub_level: 160
os_patch_level: 2023-02
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
secrets: inherit secrets: inherit
with: with:
@@ -111,7 +115,7 @@ jobs:
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
with: with:
version: android12-5.10 version: android12-5.10
version_name: android12-5.10.101 version_name: android12-5.10.160
tag: android12-5.10-2022-05 tag: android12-5.10-2023-02
os_patch_level: 2022-05 os_patch_level: 2023-02
patch_path: "5.10" patch_path: "5.10"

View File

@@ -27,12 +27,18 @@ jobs:
- version: "5.10" - version: "5.10"
sub_level: 149 sub_level: 149
os_patch_level: 2023-01 os_patch_level: 2023-01
- version: "5.10"
sub_level: 157
os_patch_level: 2023-02
- version: "5.15" - version: "5.15"
sub_level: 41 sub_level: 41
os_patch_level: 2022-11 os_patch_level: 2022-11
- version: "5.15" - version: "5.15"
sub_level: 74 sub_level: 74
os_patch_level: 2022-12 os_patch_level: 2023-01
- version: "5.15"
sub_level: 78
os_patch_level: 2023-02
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
secrets: inherit secrets: inherit
with: with:
@@ -113,11 +119,11 @@ jobs:
matrix: matrix:
include: include:
- version: "5.10" - version: "5.10"
sub_level: 107 sub_level: 149
os_patch_level: 2022-11 os_patch_level: 2022-11
- version: "5.15" - version: "5.15"
sub_level: 41 sub_level: 74
os_patch_level: 2022-11 os_patch_level: 2023-01
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
with: with:
version: android13-${{ matrix.version }} version: android13-${{ matrix.version }}