From 7109a0f0f868eaa5b87579a4d22358917e6fa477 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Fri, 8 Oct 2021 17:45:18 +0200 Subject: [PATCH] ostc-ci: Follow DISTRO renames in repo Adjust to the new DISTRO names introduced in the repo. 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 5df34f2b..a26501ae 100644 --- a/.ostc-ci/machines-and-flavours.yaml +++ b/.ostc-ci/machines-and-flavours.yaml @@ -125,7 +125,7 @@ blueprint-smartpanel-zephyr: extends: .build-zephyr variables: MACHINE: 96b-nitrogen - DISTRO: allscenarios-zephyr-blueprint-dashboard + DISTRO: oniro-zephyr-blueprint-dashboard OHOS_BITBAKE_TARGETS: "zephyr-blueprint-smarthome-sensors zephyr-blueprint-smarthome-switch" blueprint-smartpanel-linux: @@ -133,7 +133,7 @@ blueprint-smartpanel-linux: tags: [large-disk, bitbake-friendly, heavy, $OHOS_RUNNER_TAG] variables: MACHINE: stm32mp1-av96 - DISTRO: allscenarios-linux-blueprint-dashboard + DISTRO: oniro-linux-blueprint-dashboard OHOS_BITBAKE_TARGETS: "blueprint-dashboard-gateway-image" blueprint-gateway-linux: @@ -141,5 +141,5 @@ blueprint-gateway-linux: tags: [large-disk, bitbake-friendly, heavy, $OHOS_RUNNER_TAG] variables: MACHINE: raspberrypi4-64 - DISTRO: allscenarios-linux-blueprint-gateway + DISTRO: oniro-linux-blueprint-gateway OHOS_BITBAKE_TARGETS: "blueprint-gateway-image" -- GitLab