Skip to content

Commit

Permalink
[jenkins]: Change the path of sonic-utilities dependencies (#29)
Browse files Browse the repository at this point in the history
The files are in the stretch folder.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Jun 1, 2019
1 parent 0c94f61 commit d2c81e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jenkins/common/sonic-utilities-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,24 @@ docker run --rm=true --privileged -v $(pwd):/sonic -w /sonic -i sonic-slave-john
cp sonic-utilities/deb_dist/python-sonic-utilities_*.deb buildimage/target/python-debs/
cd sairedis
cp *.deb ../buildimage/target/debs/
cp *.deb ../buildimage/target/debs/stretch/
cd ../
cd swss
cp *.deb ../buildimage/target/debs/
cp *.deb ../buildimage/target/debs/stretch/
cd ../
cd swss-common
cp *.deb ../buildimage/target/debs/
cp *.deb ../buildimage/target/debs/stretch/
cd ../
cd buildimage/platform/vs
mkdir -p docker-sonic-vs/debs
mkdir -p docker-sonic-vs/files
mkdir -p docker-sonic-vs/python-debs
mkdir -p docker-sonic-vs/python-wheels
sudo mount --bind ../../target/debs docker-sonic-vs/debs
sudo mount --bind ../../target/files docker-sonic-vs/files
sudo mount --bind ../../target/debs/stretch docker-sonic-vs/debs
sudo mount --bind ../../target/files/stretch docker-sonic-vs/files
sudo mount --bind ../../target/python-debs docker-sonic-vs/python-debs
sudo mount --bind ../../target/python-wheels docker-sonic-vs/python-wheels
docker load < ../../target/docker-config-engine-stretch.gz
Expand Down

0 comments on commit d2c81e2

Please sign in to comment.