Skip to content

Commit 077577e

Browse files
xwjiang-msytzur1
authored andcommitted
Fix get impact area parameter missing issue (sonic-net#20335)
What is the motivation for this PR? PR sonic-net#20002 refined PR test template, but forgot to pass build branch param to get impact area yaml, which led to impact area not working How did you do it? Pass build branch to impact area yaml How did you verify/test it? Before: DIFF_FOLDERS= After: DIFF_FOLDERS='.azure-pipelines ' Signed-off-by: Yael Tzur <[email protected]>
1 parent 3168cce commit 077577e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.azure-pipelines/pr_test_template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
- ${{ if eq(parameters.CHECKOUT_SONIC_MGMT, true) }}:
4848
- checkout: ${{ parameters.SONIC_MGMT_NAME }}
4949
- template: impacted_area_testing/get-impacted-area.yml
50+
parameters:
51+
BUILD_BRANCH: $(BUILD_BRANCH)
5052

5153
- job: impacted_area_kvmtest
5254
displayName: " "

0 commit comments

Comments
 (0)