From 1b96930a2631e2a4a5a001b62835b35b675a466c Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 22 Feb 2021 00:07:50 +0100 Subject: [PATCH] Build openharmony-image-base-tests for CI We have notced that some of ACTS dependencies do not build correctly for Avenger96. This went unnoticed because the CI system is building the plain image, that does not include any test dependencies. Fix that by building the test image instead of the plain image, for targets based on Linux. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .ostc-ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ostc-ci/gitlab-ci.yml b/.ostc-ci/gitlab-ci.yml index 87990d01..e403c544 100644 --- a/.ostc-ci/gitlab-ci.yml +++ b/.ostc-ci/gitlab-ci.yml @@ -165,7 +165,7 @@ stages: stage: Linux variables: OHOS_BUILD_FLAVOUR: "linux" - OHOS_RECIPE_NAME: "openharmony-image-base" + OHOS_RECIPE_NAME: "openharmony-image-base-tests" OHOS_GIT_REPO_PATH: "meta-ohos" "Qemu x86-64 (Linux)": -- GitLab