latesttc url was changed to ci.dot.net. 71/163971/1
authorjiseob.jang <jiseob.jang@samsung.com>
Thu, 14 Dec 2017 06:58:46 +0000 (15:58 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Thu, 14 Dec 2017 08:36:51 +0000 (17:36 +0900)
Change-Id: I33a69b9f7b9b63a53c0659d4360d0f95c1398f68
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
install.sh

index cad7dc3..ced73f1 100755 (executable)
@@ -167,8 +167,16 @@ if [ $skiptcinstall == 0 ]; then
         cp -L tc/testcases.${tcarch}.bin.tgz testcases.bin.tgz
     else
         echo -e "\n\n---- Download CoreCLR TC ----"
-        tc_url="http://10.113.63.27:8080/job/CLR/job/${tcjob}/lastSuccessfulBuild/artifact/output/testcases.bin.tgz"
+        tc_url="https://ci.dot.net/job/dotnet_coreclr/job/master/job/${tcarch}_release_windows_nt/lastSuccessfulBuild/artifact/bin/tests/tests.zip"
+        tc_dir="testcases"
+        mkdir ${tc_dir}
+        pushd ${tc_dir}
         wget $tc_url
+        unzip tests.zip
+        rm -rf tests.zip
+        tar zcf testcases.bin.tgz ./*
+        popd
+        cp -L ${tc_dir}/testcases.bin.tgz testcases.bin.tgz
     fi
 
     echo -e "\n\n---- Install CoreCLR TC ----"