Skip to content

Commit 7366c82

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 1a7b6b0 commit 7366c82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- qcom-armv7a
2929
- rb1-core-kit
3030
distro:
31-
- name: poky-altcfg
31+
- name: nodistro
3232
- name: qcom-distro
3333
kernel:
3434
- ""
3535
- +linux-qcom-6.18
3636
exclude:
37-
- distro: poky-altcfg
37+
- distro: nodistro
3838
kernel: +linux-qcom-6.18
3939
- machine: qcom-armv7a
4040
kernel: +linux-qcom-6.18
@@ -148,13 +148,13 @@ jobs:
148148
- qcs9100-ride-sx
149149
- rb1-core-kit
150150
distro:
151-
- name: poky-altcfg
151+
- name: nodistro
152152
- name: qcom-distro
153153
kernel:
154154
- ""
155155
- +linux-qcom-6.18
156156
exclude:
157-
- distro: poky-altcfg
157+
- distro: nodistro
158158
kernel: +linux-qcom-6.18
159159
steps:
160160
- id: print-condition

0 commit comments

Comments
 (0)