Skip to content

Commit bdc5af6

Browse files
committed
2 parents 8e99e3a + 00eb59f commit bdc5af6

28 files changed

+60
-850
lines changed

.azure-pipelines/azure-pipelines-UpgrateVersion.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ schedules:
1414
- 202012
1515
always: true
1616

17+
resources:
18+
repositories:
19+
- repository: buildimage
20+
type: github
21+
name: Azure/sonic-buildimage
22+
ref: master
23+
endpoint: build
24+
1725
pool: sonicbld
1826

1927
parameters:
@@ -42,17 +50,7 @@ stages:
4250
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
4351
jobFilters: ${{ parameters.jobFilters }}
4452
preSteps:
45-
- script: |
46-
containers=$(docker container ls | grep "sonic-slave" | awk '{ print $1 }')
47-
if [ ! -z "$containers" ]; then
48-
docker container kill $containers || true
49-
sleep 5
50-
fi
51-
images=$(docker images 'sonic-slave-*' -a -q)
52-
if [ ! -z "$images" ]; then
53-
docker rmi -f $images
54-
fi
55-
displayName: 'Cleanup sonic slave'
53+
- template: .azure-pipelines/template-clean-sonic-slave.yml@buildimage
5654
- stage: UpgradeVersions
5755
jobs:
5856
- job: UpgradeVersions

.gitmodules

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
[submodule "src/p4-hlir/p4-hlir"]
1717
path = platform/p4/p4-hlir/p4-hlir
1818
url = https://github.com/p4lang/p4-hlir
19-
[submodule "quagga"]
20-
path = src/sonic-quagga
21-
url = https://github.com/Azure/sonic-quagga
22-
branch = debian/0.99.24.1
2319
[submodule "sonic-dbsyncd"]
2420
path = src/sonic-dbsyncd
2521
url = https://github.com/Azure/sonic-dbsyncd

dockers/docker-fpm-quagga/Dockerfile.j2

-41
This file was deleted.

dockers/docker-fpm-quagga/base_image_files/rvtysh

-1
This file was deleted.

dockers/docker-fpm-quagga/base_image_files/vtysh

-16
This file was deleted.

dockers/docker-fpm-quagga/bgpcfgd

-71
This file was deleted.

0 commit comments

Comments
 (0)