Skip to content

Commit 3636698

Browse files
quaresmajosemwasilew
authored andcommitted
workflows: replace poky-altcfg with nodistro
We name some of the ci task with the distro name, so better to use the nodistro since we are no longer use the poky-altcfg. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
1 parent 957f109 commit 3636698

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/build-yocto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- rb3gen2-core-kit
9797
- qcom-armv8a
9898
distro:
99-
- name: poky-altcfg
99+
- name: nodistro
100100
yamlfile: ""
101101
- name: qcom-distro
102102
yamlfile: ':ci/qcom-distro-prop-image.yml'
@@ -151,7 +151,7 @@ jobs:
151151
- rb1-core-kit
152152
- sm8750-mtp
153153
distro:
154-
- name: poky-altcfg
154+
- name: nodistro
155155
yamlfile: ""
156156
- name: qcom-distro
157157
yamlfile: ':ci/qcom-distro-prop-image.yml'
@@ -205,7 +205,7 @@ jobs:
205205
yamlfile: ""
206206
- machine: qcom-armv7a
207207
distro:
208-
name: poky-altcfg
208+
name: nodistro
209209
yamlfile: ''
210210
kernel:
211211
type: default

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- qcom-armv7a
3030
- rb1-core-kit
3131
distro:
32-
- name: poky-altcfg
32+
- name: nodistro
3333
- name: qcom-distro
3434
kernel:
3535
- ""
3636
- _linux-qcom-6.18
3737
exclude:
38-
- distro: poky-altcfg
38+
- distro: nodistro
3939
kernel: _linux-qcom-6.18
4040
- machine: qcom-armv7a
4141
kernel: _linux-qcom-6.18
@@ -149,13 +149,14 @@ jobs:
149149
- qcs9100-ride-sx
150150
- rb1-core-kit
151151
distro:
152-
- name: poky-altcfg
152+
- name: nodistro
153153
- name: qcom-distro
154154
kernel:
155155
- ""
156156
- _linux-qcom-6.18
157157
exclude:
158-
- distro: poky-altcfg
158+
- distro: nodistro
159+
kernel: +linux-qcom-6.18
159160
kernel: _linux-qcom-6.18
160161
steps:
161162
- id: print-condition

0 commit comments

Comments
 (0)