From 41878fc2d8716421e055b803b44f872c2cee5e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= <bernhard.rosenkraenzer.ext@huawei.com> Date: Fri, 12 Aug 2022 20:31:29 +0200 Subject: [PATCH] .gitlab-ci.yml: Add checks for qemuarm64-efi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com> --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62766289..e56d6587 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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-efi; 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-efi] 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-efi] RECIPE: [openharmony-standard-image-tests] artifacts: paths: -- GitLab