Skip to content
Snippets Groups Projects
Commit 907faa72 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

ci: Run qemuarm64 tests


Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent fc9f68fd
No related branches found
No related tags found
No related merge requests found
Pipeline #7477 failed
This commit is part of merge request !65. Comments created here will be created in the context of that merge request.
......@@ -205,7 +205,7 @@ fetch:
- export DISTRO MACHINE
- for DISTRO in oniro-openharmony-linux ; do
for OPENHARMONY_VERSION in 3.0 ; do
for MACHINE in qemuarma7 ; do
for MACHINE in qemuarma7 qemuarm64; do
RECIPES="oniro-openharmony-bundle openharmony-standard-image openharmony-standard-image-tests" ;
echo Fetching DISTRO=$DISTRO OPENHARMONY_VERSION=$OPENHARMONY_VERSION MACHINE=$MACHINE RECIPE=$RECIPE ;
sed -r "s/^OPENHARMONY_VERSION.*/OPENHARMONY_VERSION = \"${OPENHARMONY_VERSION}\"/" -i conf/auto.conf ;
......@@ -282,7 +282,7 @@ build:
matrix:
- DISTRO: [oniro-openharmony-linux]
OPENHARMONY_VERSION: ["3.0"]
MACHINE: [qemuarma7]
MACHINE: [qemuarma7, qemuarm64]
RECIPE: [oniro-openharmony-toolchain, oniro-openharmony-bundle, openharmony-standard-image]
artifacts:
paths:
......@@ -308,7 +308,7 @@ ptest:
matrix:
- DISTRO: [oniro-openharmony-linux]
OPENHARMONY_VERSION: ["3.0"]
MACHINE: [qemuarma7]
MACHINE: [qemuarma7, qemuarm64]
RECIPE: [openharmony-standard-image-tests]
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment