Skip to content

Commit 65007ae

Browse files
committed
build-yocto: replace iq-9075-evk KVM build variant with Gunyah
Replace the iq-9075-evk KVM configuration in the CI build matrix with a Gunyah-based variant. KVM is now enabled by default on iq-9075-evk, making the dedicated KVM build is redundent. Replacing it with a Gunyah configuration ensures that non-KVM virtualization paths are still validated in CI. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
1 parent 4e00481 commit 65007ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-yocto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ jobs:
297297
yamlfile: ":ci/linux-qcom-next-rt.yml"
298298
- machine: iq-9075-evk
299299
distro:
300-
name: qcom-distro-kvm
301-
yamlfile: ':ci/qcom-distro-kvm.yml'
300+
name: gunyah
301+
yamlfile: ':ci/qcom-distro.yml:ci/gunyah.yml'
302302
kernel:
303303
type: default
304304
dirname: ""

0 commit comments

Comments
 (0)