Skip to content

Commit 900f77f

Browse files
committed
workflows/build-yocto: use qcom-distro name for qcom-armv7a workflow
LAVA test plans expect the distro name to match a valid distro defined in meta-qcom-distro. Using `qcom-distro-multimedia-image` as the distro name causes test jobs to fail when attempting to fetch build artifacts. Update the build-yocto workflow to use `qcom-distro` as the distro name for the qcom-armv7a machine, while continuing to use the qcom-distro-multimedia-image kas configuration to restrict builds to the multimedia image. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
1 parent 0fea3bc commit 900f77f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-yocto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
yamlfile: ""
252252
- machine: qcom-armv7a
253253
distro:
254-
name: qcom-distro-multimedia-image
254+
name: qcom-distro
255255
yamlfile: ':ci/qcom-distro-multimedia-image.yml'
256256
kernel:
257257
type: default

0 commit comments

Comments
 (0)