Skip to content

Commit c215a2f

Browse files
committed
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 ddc6b59 commit c215a2f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-yocto.yml

Lines changed: 5 additions & 5 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
@@ -221,15 +221,15 @@ jobs:
221221
yamlfile: ""
222222
- machine: qcs615-ride
223223
distro:
224-
name: poky-altcfg
224+
name: nodistro
225225
yamlfile: ''
226226
kernel:
227227
type: u-boot-qcom-6.18
228228
dirname: "_linux-qcom-6.18_u-boot-qcom"
229229
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
230230
- machine: rb3gen2-core-kit
231231
distro:
232-
name: poky-altcfg
232+
name: nodistro
233233
yamlfile: ''
234234
kernel:
235235
type: u-boot-qcom-6.18

.github/workflows/test.yml

Lines changed: 4 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,13 @@ 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
159159
kernel: _linux-qcom-6.18
160160
steps:
161161
- id: print-condition

0 commit comments

Comments
 (0)