From 295ecdb1a02b2b32417a7c7e21f852644d8ddd41 Mon Sep 17 00:00:00 2001 From: Thierry Escande <thierry.escande@huawei.com> Date: Thu, 7 Jul 2022 09:24:37 +0200 Subject: [PATCH] CI: Bump OH tarball versions for bundle and toolchain test images This makes the bundle and toolchain images codebase match the source used to build openharmony-standard v3.0 and v3.1, which are 3.0.1 and 3.1.1 respectively. Signed-off-by: Thierry Escande <thierry.escande@huawei.com> --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ecbd8df..5bbfcf91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -346,16 +346,8 @@ build_ch: allow_failure: true before_script: - if [ "${OPENHARMONY_VERSION}" = "3.0" ]; then - TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.0/code-v3.0-LTS.tar.gz"; - elif [ "${OPENHARMONY_VERSION}" = "3.0.1" ]; then TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.0.1/code-v3.0.1-LTS.tar.gz"; - elif [ "${OPENHARMONY_VERSION}" = "3.0.2" ]; then - TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.0.2/code-v3.0.2-LTS.tar.gz"; - elif [ "${OPENHARMONY_VERSION}" = "3.0.3" ]; then - TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.0.3/code-v3.0.3-LTS.tar.gz"; elif [ "${OPENHARMONY_VERSION}" = "3.1" ]; then - TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.1-Release/code-v3.1-Release.tar.gz"; - elif [ "${OPENHARMONY_VERSION}" = "3.1.1" ]; then TARBALL_URL="https://repo.huaweicloud.com/harmonyos/os/3.1.1/code-v3.1.1-Release.tar.gz"; else echo "OPENHARMONY_VERSION=${OPENHARMONY_VERSION} is not supported"; -- GitLab