You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation for this PR?
Baseline test will use test plan name to distinguish different test platforms, and test plan name determined by pipeline job name, so job name should have a unified standard and be easy to distinguish.
How did you do it?
Replace _ in job name with - to make it easier to distinguish different test jobs, for example, in baseline test, once we create multiple test plans for t0, the test plan name will be xxx_impacted-area-kvmtest-t0_number, difficult to distinguish with t0_2vlans test job xxx_impacted-area-kvmtest-t0_2vlans_number when we want to search t0 tests, so use - in job name.
Use t0-sonic not sonic-t0, because in all other places, we are using t0-sonic.
Change multi-asic to multi-asic-t1 to show the topo type.
Co-authored-by: xwjiang2021 <96218837+xwjiang2021@users.noreply.github.com>
0 commit comments