Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a474890

Browse files
authored
Pull Performance Run Dependencies from Release/2.0.0 (#12180)
* Pull dependencies for release/2.0.0 from release/2.0.0 branch instead of master. * Update the JIT compilation throughput runs to pull the current latest CoreFX commit.
1 parent c851247 commit a474890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/scripts/perf-prep.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ if [ $throughput -eq 1 ]; then
7373
cd _/fx
7474

7575
# Checkout the specific commit we want
76-
git checkout f0b9e238c08f62a1db90ef0378980ac771204d35
76+
git checkout cbb9ee1c0f33803a8a71488efe910ca4da70dd6d
7777

7878
# Build
7979
./build.sh -release
8080
else
8181
# Set up the copies
8282
# Coreclr build containing the tests and mscorlib
83-
curl https://ci.dot.net/job/$perfBranch/job/master/job/release_windows_nt/lastSuccessfulBuild/artifact/bin/tests/tests.zip -o tests.zip
83+
curl https://ci.dot.net/job/$perfBranch/job/release_2.0.0/job/release_windows_nt/lastSuccessfulBuild/artifact/bin/tests/tests.zip -o tests.zip
8484

8585
# Corefx components. We now have full stack builds on all distros we test here, so we can copy straight from CoreFX jobs.
8686
mkdir corefx
87-
curl https://ci.dot.net/job/dotnet_corefx/job/master/job/ubuntu14.04_release/lastSuccessfulBuild/artifact/bin/build.tar.gz -o ./corefx/build.tar.gz
87+
curl https://ci.dot.net/job/dotnet_corefx/job/release_2.0.0/job/ubuntu14.04_release/lastSuccessfulBuild/artifact/bin/build.tar.gz -o ./corefx/build.tar.gz
8888

8989
# Unpack the corefx binaries
9090
pushd corefx > /dev/null

0 commit comments

Comments
 (0)