Skip to content

Commit cac45dc

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. qcs8275-iq-8275-evk is shown as supported for base, but it's a documentation bug, so exclude it. 5. since most combinations are now supported, I turn the 'include' into an 'exclude' section to clearly highlight unsupported configs Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 90bf4b3 commit cac45dc

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 4 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:
@@ -43,16 +43,26 @@ jobs:
4343
fail-fast: true
4444
matrix:
4545
machine:
46+
- qcs615-adp-air
4647
- qcs6490-rb3gen2-core-kit
4748
- qcs6490-rb3gen2-vision-kit
48-
- qcs9075-rb8-core-kit
49+
- qcs8275-iq-8275-evk
50+
- qcs9075-iq-9075-evk
4951
- qcs9075-ride-sx
5052
- qcs9100-ride-sx
5153
bsp:
54+
- base
5255
- custom
53-
include:
54-
- machine: qcs9100-ride-sx
56+
exclude:
57+
- machine: qcs615-adp-air
58+
bsp: custom
59+
- machine: qcs6490-rb3gen2-core-kit
60+
bsp: base
61+
- machine: qcs6490-rb3gen2-vision-kit
5562
bsp: base
63+
- machine: qcs8275-iq-8275-evk
64+
bsp: base
65+
5666
steps:
5767
- uses: actions/checkout@v4
5868

0 commit comments

Comments
 (0)