Move to main channel (#52350)
authorDrew Scoggins <anscoggi@microsoft.com>
Thu, 6 May 2021 00:59:30 +0000 (17:59 -0700)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 00:59:30 +0000 (19:59 -0500)
eng/testing/performance/performance-setup.ps1
eng/testing/performance/performance-setup.sh

index c769d30..8ac0d95 100644 (file)
@@ -75,7 +75,7 @@ if($MonoDotnet -ne "")
 }
 
 # FIX ME: This is a workaround until we get this from the actual pipeline
-$CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations --architecture $Architecture"
+$CommonSetupArguments="--channel main --queue $Queue --build-number $BuildNumber --build-configs $Configurations --architecture $Architecture"
 $SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments"
 
 
index 200cf71..22e5382 100755 (executable)
@@ -237,7 +237,7 @@ if [[ "$monoaot" == "true" ]]; then
     extra_benchmark_dotnet_arguments="$extra_benchmark_dotnet_arguments --category-exclusion-filter NoAOT"
 fi
 
-common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture"
+common_setup_arguments="--channel main --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture"
 setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments"
 
 if [[ "$run_from_perf_repo" = true ]]; then