Skip to content

Commit

Permalink
[swss] Remove references to deprecated sonic-utilites debian package (s…
Browse files Browse the repository at this point in the history
…onic-net#169)

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Sep 23, 2020
1 parent f1244e1 commit 5db0ef4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion jenkins/vs/sonic-swss-build-pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pipeline {
}
copyArtifacts(projectName: 'vs/sonic-sairedis-build', filter: '**/*.deb', target: 'sairedis', flatten: true)
copyArtifacts(projectName: 'common/sonic-swss-common-build', filter: '**/*.deb', target: 'common', flatten: true)
copyArtifacts(projectName: 'common/sonic-utilities-build', filter: '**/*.deb', target: 'utilities', flatten: true)
copyArtifacts(projectName: 'vs/buildimage-vs-all', filter: '**/*.deb,**/docker-sonic-vs.gz', target: 'buildimage', flatten: false)
}
}
Expand Down
1 change: 0 additions & 1 deletion jenkins/vs/sonic-swss-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pipeline {
}
copyArtifacts(projectName: 'vs/sonic-sairedis-build', filter: '**/*.deb', target: 'sairedis', flatten: true)
copyArtifacts(projectName: 'common/sonic-swss-common-build', filter: '**/*.deb', target: 'common', flatten: true)
copyArtifacts(projectName: 'common/sonic-utilities-build', filter: '**/*.deb', target: 'utilities', flatten: true)
copyArtifacts(projectName: 'vs/buildimage-vs-all', filter: '**/*.deb,**/docker-sonic-vs.gz', target: 'buildimage', flatten: false)
}
}
Expand Down
1 change: 0 additions & 1 deletion scripts/vs/sonic-swss-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ docker run --rm=true --privileged -v $(pwd):/sonic -w /sonic -i sonicdev-microso
mkdir -p scripts/vs/sonic-swss-build/debs
cp sairedis/libsai*.deb sairedis/syncd-vs_1.0.0_amd64.deb scripts/vs/sonic-swss-build/debs
cp common/*swsscommon*.deb scripts/vs/sonic-swss-build/debs
cp utilities/*.deb scripts/vs/sonic-swss-build/debs
cp *.deb scripts/vs/sonic-swss-build/debs

docker load < buildimage/target/docker-sonic-vs.gz
Expand Down

0 comments on commit 5db0ef4

Please sign in to comment.