Skip to content

Commit 1ee88af

Browse files
workflows: test: support only uno-q
Remove targets and combinations only available in meta-qcom. Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
1 parent 3c0ec50 commit 1ee88af

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
machine:
20-
- iq-8275-evk
21-
- iq-9075-evk
22-
- iq-x7181-evk
23-
- qcm6490-idp
24-
- qcs615-ride
25-
- rb3gen2-core-kit
26-
- qcs8300-ride-sx
27-
- qcs9100-ride-sx
28-
- qcom-armv8a
29-
- qcom-armv7a
30-
- rb1-core-kit
20+
- uno-q
3121
distro:
3222
- name: poky-altcfg
3323
- name: qcom-distro
3424
kernel:
3525
- ""
36-
- _linux-qcom-6.18
37-
exclude:
38-
- distro: poky-altcfg
39-
kernel: _linux-qcom-6.18
40-
- machine: qcom-armv7a
41-
kernel: _linux-qcom-6.18
4226
steps:
4327
- uses: actions/checkout@v4
4428
with:
@@ -142,21 +126,12 @@ jobs:
142126
# only run pre-merge tests on devices available in the LAB
143127
# and "contemporary" - exclude dragonboards
144128
machine:
145-
- iq-9075-evk
146-
- qcs615-ride
147-
- rb3gen2-core-kit
148-
- qcs8300-ride-sx
149-
- qcs9100-ride-sx
150-
- rb1-core-kit
129+
- uno-q
151130
distro:
152131
- name: poky-altcfg
153132
- name: qcom-distro
154133
kernel:
155134
- ""
156-
- _linux-qcom-6.18
157-
exclude:
158-
- distro: poky-altcfg
159-
kernel: _linux-qcom-6.18
160135
steps:
161136
- id: print-condition
162137
name: "Print condition"

0 commit comments

Comments
 (0)