Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drone: Switch to using qemuarm64 as it can use KVM on arm64 node
Browse files Browse the repository at this point in the history
Use yoe-debug-image and also run tests in qemu

Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj committed Feb 29, 2020
1 parent e5bf177 commit 231c89a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -34,8 +34,10 @@ steps:
- echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf
- echo INHERIT += \"report-error rm_work\" >> conf/local.conf
#- echo TESTIMAGE_AUTO_qemuall = \"1\" >> conf/local.conf
- /bin/bash -c ". ./qemux86-64-envsetup.sh && bitbake yoe-simple-image"
- /bin/bash -c ". ./qemux86-64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake yoe-debug-image"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && bitbake -ctestimage yoe-debug-image"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp"
- /bin/bash -c ". ./qemuarm64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y"
---
kind: pipeline
type: exec

0 comments on commit 231c89a

Please sign in to comment.