Skip to content
Snippets Groups Projects

Add qemuarm and qemuarm64 build flavours to the CI pipeline

Closed Stevan Radaković requested to merge sradakovi/oniro:add-qemu-aarch64 into kirkstone
3 unresolved threads
2 files
+ 45
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -32,6 +32,28 @@ linux-qemu-x86_64:
CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap ovmf.qcow2"
linux-qemu-arm:
extends: .build-wic-image
variables:
MACHINE: qemuarm
CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-image-base-tests
# See the note on linux-qemu-x86.
CI_ONIRO_BUILD_CACHE: "pub"
CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap ovmf.qcow2"
linux-qemu-arm64:
extends: .build-wic-image
variables:
MACHINE: qemuarm64
CI_ONIRO_BUILD_FLAVOUR: linux
CI_ONIRO_RECIPE_NAME: oniro-image-base-tests
# See the note on linux-qemu-x86.
CI_ONIRO_BUILD_CACHE: "pub"
CI_ONIRO_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1
CI_ONIRO_JOB_ARTIFACTS: "*.wic.* *.bmap ovmf.qcow2"
linux-seco-intel-b68:
extends: .build-wic-image
variables:
Loading