Skip to content

Commit a9e69b0

Browse files
committed
ci: switch to QLI 1.5 release
Update manifest to QLI 1.5, and adjust the matrix of supported machines according to QLI 1.5 release notes: 1. qcs9075-rb8-core-kit was renamed/replaced with qcs9075-iq-9075-evk 2. qcs9075-iq-9075-evk was added 3. qcs615-adp-air base variant was added 4. there are more configurations in the release notes which seem to be bugs in the release notes. Not adding them for now. Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 42422c9 commit a9e69b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
BASE_ARTIFACT_URL: "https://quic-yocto-fileserver-1029608027416.us-central1.run.app/${{ github.run_id }}"
99
MANIFEST_URL: https://github.com/quic-yocto/qcom-manifest
1010
MANIFEST_BRANCH: qcom-linux-scarthgap
11-
QLI_VERSION: QLI.1.4
11+
QLI_VERSION: QLI.1.5
1212

1313
jobs:
1414
build_warmup:
@@ -45,14 +45,18 @@ jobs:
4545
machine:
4646
- qcs6490-rb3gen2-core-kit
4747
- qcs6490-rb3gen2-vision-kit
48-
- qcs9075-rb8-core-kit
48+
- qcs8275-iq-8275-evk
49+
- qcs9075-iq-9075-evk
4950
- qcs9075-ride-sx
5051
- qcs9100-ride-sx
5152
bsp:
5253
- custom
5354
include:
5455
- machine: qcs9100-ride-sx
5556
bsp: base
57+
include:
58+
- machine: qcs615-adp-air
59+
bsp: base
5660
steps:
5761
- uses: actions/checkout@v4
5862

0 commit comments

Comments
 (0)