From 7310989c738d85cc5d62b8079d5f8ec8cdbfe81c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Fri, 8 Oct 2021 19:25:39 +0200 Subject: [PATCH] ostc-ci: Follow rename of image files Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .ostc-ci/machines-and-flavours.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ostc-ci/machines-and-flavours.yaml b/.ostc-ci/machines-and-flavours.yaml index a26501ae..1284ca58 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -15,7 +15,7 @@ linux-qemu-x86: variables: MACHINE: qemux86 OHOS_BUILD_FLAVOUR: linux - OHOS_RECIPE_NAME: allscenarios-image-base-tests + OHOS_RECIPE_NAME: oniro-image-base-tests # Set OHOS_BUILD_CACHE to "pub", overriding the value defined in the # .build job. This enables sharing of download and sstate-cache created # during this job. @@ -32,7 +32,7 @@ linux-qemu-x86_64: variables: MACHINE: qemux86-64 OHOS_BUILD_FLAVOUR: linux - OHOS_RECIPE_NAME: allscenarios-image-base-tests + OHOS_RECIPE_NAME: oniro-image-base-tests # See the note on linux-qemu-x86. OHOS_BUILD_CACHE: "pub" OHOS_BB_LOCAL_CONF_BB_GENERATE_MIRROR_TARBALLS: 1 @@ -54,7 +54,7 @@ linux-stm32mp1-av96: extends: .build-recipe variables: OHOS_BUILD_FLAVOUR: linux - OHOS_RECIPE_NAME: allscenarios-image-base-tests + OHOS_RECIPE_NAME: oniro-image-base-tests MACHINE: stm32mp1-av96 linux-raspberrypi4-64: -- GitLab