Skip to content
Snippets Groups Projects
Commit 295ecdb1 authored by Thierry Escande's avatar Thierry Escande
Browse files

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: default avatarThierry Escande <thierry.escande@huawei.com>
parent 6e330961
No related branches found
No related tags found
1 merge request!35A bit of cleanup and comments
Pipeline #6447 passed
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment