Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f3ac3dd
[202205][minigraph] Add rack_mgmt_rack parse support in minigraph.py …
yaqiangz May 26, 2023
b11e5b6
SONiC Yang model support for IPv6 link local (#15182)
AkhileshSamineni May 26, 2023
9f8a250
Add soc property sai_pfc_dlr_init_capability=0 to missing DNX SKUs (#…
arista-nwolfe May 26, 2023
21aa832
[submodule] Update submodule sonic-platform-daemons to the latest HEA…
mssonicbld May 26, 2023
151a194
[YANG] Add MgmtLeafRouter to Device Neighbor Metadata element type li…
mssonicbld May 26, 2023
294292b
[submodule] Update submodule sonic-platform-common to the latest HEAD…
mssonicbld May 26, 2023
934cf5d
[submodule] Update submodule sonic-platform-daemons to the latest HEA…
mssonicbld May 26, 2023
a4633d3
Clean up the old version container images (#14978) (#15232)
mssonicbld May 26, 2023
8661e9d
[202205] Update SOC properties for DLR_INIT based pfcwd recovery (#15…
neethajohn May 26, 2023
d00dd1f
[ci/build]: Upgrade SONiC package versions (#15243)
mssonicbld May 27, 2023
6cf6c59
[ci/build]: Upgrade SONiC package versions (#15245)
mssonicbld May 28, 2023
d5abda6
Change the docker image from alpine to debian in Makefile (#15132)
xumia May 18, 2023
9f66b28
[202205][brcm] Fix alignment of soc properties (#15240)
neethajohn May 30, 2023
a828956
[CI/CD] Refine PR test templates and test_plan.py to be ready to migr…
yejianquan May 31, 2023
36b1341
[Mellanox] Update hw-mgmt to 7.0020.4301 (#15260) (#15281)
mssonicbld May 31, 2023
6ddd1dd
[CI/CD] Migrate to SONiC Elastictest (#15274)
yejianquan Jun 2, 2023
2cd31be
Merge branch '202205' of http://github.com/sonic-net/sonic-buildimage…
mssonicbld Jun 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:
dependsOn: BuildVS
condition: and(succeeded(), and(ne(stageDependencies.BuildVS.outputs['vs.SetVar.SKIP_VSTEST'], 'YES'), in(dependencies.BuildVS.result, 'Succeeded', 'SucceededWithIssues')))
variables:
- group: Testbed-Tools
- group: SONiC-Elastictest
- name: inventory
value: veos_vtb
- name: testbed_file
Expand Down