sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
194 stars 714 forks source link

Use common PR test template from master branch #13418

Open wangxin opened 3 months ago

wangxin commented 3 months ago

Description of PR

Summary: Fixes # (issue)

Type of change

Back port request

Approach

What is the motivation for this PR?

Without this change, any new branch created from master would use the template from their own branch.

How did you do it?

Updated the PR testing pipeline yaml to always use template from master branch.

How did you verify/test it?

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

wangxin commented 3 months ago

Notice that this was master branch, and master branch need to use its own codes. If change to remote PR test template, the new change will not be used while testing.

Good catch! Looks like some checking of current branch is required. I'll look into it.