Skip to content

Commit 2cbe3ba

Browse files
authored
[202205] use the pr_test_scripts.yaml from 202205 branch (#12505)
Signed-off-by: [email protected] 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
1 parent 17c213a commit 2cbe3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/run-test-scheduler-template.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ parameters:
3333
steps:
3434
- script: |
3535
set -ex
36+
# always use the test plan script from master branch.
3637
wget -O ./.azure-pipelines/test_plan.py https://raw.githubusercontent.com/sonic-net/sonic-mgmt/master/.azure-pipelines/test_plan.py
37-
wget -O ./.azure-pipelines/pr_test_scripts.yaml https://raw.githubusercontent.com/sonic-net/sonic-mgmt/master/.azure-pipelines/pr_test_scripts.yaml
38+
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
3839
displayName: Download TestbedV2 scripts
3940
4041
- script: |

0 commit comments

Comments
 (0)