From 2cbe3bac10807bec3ff73147b04074f2c56c6e95 Mon Sep 17 00:00:00 2001 From: Ye Jianquan Date: Thu, 27 Oct 2022 08:14:26 +0800 Subject: [PATCH] [202205] use the pr_test_scripts.yaml from 202205 branch (#12505) Signed-off-by: jianquanye@microsoft.com Why I did it use the pr_test_scripts.yaml from sonic-mgmt's 202205 branch How I did it use the pr_test_scripts.yaml from sonic-mgmt's 202205 branch --- .azure-pipelines/run-test-scheduler-template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/run-test-scheduler-template.yml b/.azure-pipelines/run-test-scheduler-template.yml index 9029c6aab6..963b9d5b59 100644 --- a/.azure-pipelines/run-test-scheduler-template.yml +++ b/.azure-pipelines/run-test-scheduler-template.yml @@ -33,8 +33,9 @@ parameters: steps: - script: | set -ex + # always use the test plan script from master branch. wget -O ./.azure-pipelines/test_plan.py https://raw.githubusercontent.com/sonic-net/sonic-mgmt/master/.azure-pipelines/test_plan.py - wget -O ./.azure-pipelines/pr_test_scripts.yaml https://raw.githubusercontent.com/sonic-net/sonic-mgmt/master/.azure-pipelines/pr_test_scripts.yaml + wget -O ./.azure-pipelines/pr_test_scripts.yaml https://raw.githubusercontent.com/sonic-net/sonic-mgmt/${{ parameters.MGMT_BRANCH }}/.azure-pipelines/pr_test_scripts.yaml displayName: Download TestbedV2 scripts - script: |