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
echo "Preparing the testbed(add-topo, deploy-mg) may take 15-30 minutes. Before the testbed is ready, the progress of the test plan keeps displayed as 0, please be patient(We will improve the indication in a short time)"
93
-
echo "If the progress keeps as 0 for more than 1 hour, please cancel and retry this pipeline"
94
-
echo "TestbedV2 is just online and might not be stable enough, for any issue, please send email to [email protected]"
95
-
echo "Runtime detailed progress at https://www.testbed-tools.org/scheduler/testplan/$TEST_PLAN_ID"
92
+
echo "Preparing the testbed(add-topo, deploy-mg) may take 15-30 minutes. Before the testbed is ready, the progress of the test plan keeps displayed as 0, please be patient"
93
+
echo "SONiC PR system-level test is powered by SONiC Elastictest, for any issue, please send email to [email protected]"
94
+
echo "Runtime detailed progress at $(FRONTEND_URL)/scheduler/testplan/$TEST_PLAN_ID "
96
95
# When "PREPARE_TESTBED" finish, it changes into "EXECUTING"
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,17 @@
12
12
13
13
#### Why I did it
14
14
15
+
##### Work item tracking
16
+
- Microsoft ADO **(number only)**:
17
+
15
18
#### How I did it
16
19
17
20
#### How to verify it
18
21
22
+
<!--
23
+
If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012.
24
+
-->
25
+
19
26
#### Which release branch to backport (provide reason below if selected)
20
27
21
28
<!--
@@ -33,14 +40,28 @@
33
40
-[ ] 202111
34
41
-[ ] 202205
35
42
-[ ] 202211
43
+
-[ ] 202305
44
+
45
+
#### Tested branch (Please provide the tested image version)
46
+
47
+
<!--
48
+
- Please provide tested image version
49
+
- e.g.
50
+
- [x] 20201231.100
51
+
-->
52
+
53
+
-[ ]<!-- image version 1 -->
54
+
-[ ]<!-- image version 2 -->
36
55
37
56
#### Description for the changelog
38
57
<!--
39
58
Write a short (one line) summary that describes the changes in this
40
59
pull request for inclusion in the changelog:
41
60
-->
42
61
43
-
#### Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
62
+
<!--
63
+
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
64
+
-->
44
65
45
66
#### Link to config_db schema for YANG module changes
0 commit comments