Skip to content

Commit

Permalink
Merged PR 5896921: Manual merge github/202012
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft committed Mar 31, 2022
2 parents 8e99e3a + 00eb59f commit bdc5af6
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 850 deletions.
20 changes: 9 additions & 11 deletions .azure-pipelines/azure-pipelines-UpgrateVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ schedules:
- 202012
always: true

resources:
repositories:
- repository: buildimage
type: github
name: Azure/sonic-buildimage
ref: master
endpoint: build

pool: sonicbld

parameters:
Expand Down Expand Up @@ -42,17 +50,7 @@ stages:
buildOptions: '${{ variables.VERSION_CONTROL_OPTIONS }} SONIC_BUILD_JOBS=$(nproc) ENABLE_IMAGE_SIGNATURE=y'
jobFilters: ${{ parameters.jobFilters }}
preSteps:
- script: |
containers=$(docker container ls | grep "sonic-slave" | awk '{ print $1 }')
if [ ! -z "$containers" ]; then
docker container kill $containers || true
sleep 5
fi
images=$(docker images 'sonic-slave-*' -a -q)
if [ ! -z "$images" ]; then
docker rmi -f $images
fi
displayName: 'Cleanup sonic slave'
- template: .azure-pipelines/template-clean-sonic-slave.yml@buildimage
- stage: UpgradeVersions
jobs:
- job: UpgradeVersions
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
[submodule "src/p4-hlir/p4-hlir"]
path = platform/p4/p4-hlir/p4-hlir
url = https://github.com/p4lang/p4-hlir
[submodule "quagga"]
path = src/sonic-quagga
url = https://github.com/Azure/sonic-quagga
branch = debian/0.99.24.1
[submodule "sonic-dbsyncd"]
path = src/sonic-dbsyncd
url = https://github.com/Azure/sonic-dbsyncd
Expand Down
41 changes: 0 additions & 41 deletions dockers/docker-fpm-quagga/Dockerfile.j2

This file was deleted.

1 change: 0 additions & 1 deletion dockers/docker-fpm-quagga/base_image_files/rvtysh

This file was deleted.

16 changes: 0 additions & 16 deletions dockers/docker-fpm-quagga/base_image_files/vtysh

This file was deleted.

71 changes: 0 additions & 71 deletions dockers/docker-fpm-quagga/bgpcfgd

This file was deleted.

Loading

0 comments on commit bdc5af6

Please sign in to comment.