diff options
author | Eden <bw1212.lee@samsung.com> | 2018-06-29 04:08:41 +0900 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-06-28 12:08:41 -0700 |
commit | 96a47e0f4a48ef3c5c59ec40f69c4923a6699e56 (patch) | |
tree | b06077cfdf25c7e2b86566268058b51960cdb530 /tests/scripts | |
parent | e0e2859acf5f198d6946f881fcda1419c5d3d001 (diff) | |
download | coreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.tar.gz coreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.tar.bz2 coreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.zip |
Update Tizen CI docker image (#18567)
* Update Tizen rootfs generation scripts for Tizen 5.0 M1
* Update Tizen CI docker image
* Update Tizen CI RID
Diffstat (limited to 'tests/scripts')
-rwxr-xr-x | tests/scripts/arm32_ci_script.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scripts/arm32_ci_script.sh b/tests/scripts/arm32_ci_script.sh index 06431f2ef2..51a54947e0 100755 --- a/tests/scripts/arm32_ci_script.sh +++ b/tests/scripts/arm32_ci_script.sh @@ -265,10 +265,10 @@ function cross_build_coreclr_with_docker { # For armel Tizen, we are going to construct RootFS on the fly. case $__linuxCodeName in tizen) - __dockerImage=" gbalykov/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-4.0m2" + __dockerImage=" tizendotnet/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-5.0m1" __skipRootFS=1 __dockerEnvironmentVariables+=" -e ROOTFS_DIR=/crossrootfs/armel.tizen.build" - __runtimeOS="tizen.4.0.0" + __runtimeOS="tizen.5.0.0" ;; *) echo "ERROR: $__linuxCodeName is not a supported linux name for $__buildArch" @@ -388,7 +388,7 @@ function run_tests_using_docker { elif [ "$__buildArch" == "armel" ]; then case $__linuxCodeName in tizen) - __dockerImage=" gbalykov/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-4.0m2" + __dockerImage=" tizendotnet/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180426002255-tizen-rootfs-5.0m1" __skipRootFS=1 __dockerEnvironmentVariables=" -e ROOTFS_DIR=/crossrootfs/armel.tizen.test" ;; |