From: jashook Date: Wed, 16 Nov 2016 19:00:30 +0000 (-0800) Subject: Update arm64 tests used by the CI. X-Git-Tag: submit/tizen/20210909.063632~11030^2~8876^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=777a1544db67239c8cf015c4e2253a08b5008510;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update arm64 tests used by the CI. Commit migrated from https://github.com/dotnet/coreclr/commit/0546743b83506e5d048a4996014df3c8fdccc2c0 --- diff --git a/src/coreclr/tests/scripts/arm64_post_build.py b/src/coreclr/tests/scripts/arm64_post_build.py index 150af47..1b36693 100644 --- a/src/coreclr/tests/scripts/arm64_post_build.py +++ b/src/coreclr/tests/scripts/arm64_post_build.py @@ -34,7 +34,7 @@ from collections import defaultdict g_arm64ci_path = os.path.join(os.environ["USERPROFILE"], "bin") g_dotnet_url = "https://go.microsoft.com/fwlink/?LinkID=831469" -g_test_url = "https://clrjit.blob.core.windows.net/arm64ci/CoreCLRTests-675622bb85f3c78de1967a78052d7280a2834611.zip" +g_test_url = "https://clrjit.blob.core.windows.net/arm64ci/CoreCLRTests-2c0a2c05ba82460a8d8a4b1e2d98e908e59d5d54.zip" g_x64_client_url = "https://clrjit.blob.core.windows.net/arm64ci/x64_client.zip" ################################################################################