Skip to content

Commit

Permalink
[vs tests] Clean-up docker images after vs tests are done using them (s…
Browse files Browse the repository at this point in the history
…onic-net#70)

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall authored Jan 30, 2020
1 parent 215743c commit 0b1ffbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/common/sonic-utilities-build/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ trap cleanup ERR

cd sonic-swss-tests/tests
sudo py.test -v --force-flaky --junitxml=tr.xml --imgname=docker-sonic-vs:${JOB_NAME##*/}.${BUILD_NUMBER}
cleanup
1 change: 1 addition & 0 deletions scripts/vs/sonic-swss-build/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ trap cleanup ERR

pushd swss/tests
sudo py.test -v --force-flaky --junitxml=tr.xml --imgname=docker-sonic-vs:${JOB_NAME##*/}.${BUILD_NUMBER}
cleanup

0 comments on commit 0b1ffbb

Please sign in to comment.