Skip to content

Commit 0b1ffbb

Browse files
authored
[vs tests] Clean-up docker images after vs tests are done using them (sonic-net#70)
Signed-off-by: Danny Allen <[email protected]>
1 parent 215743c commit 0b1ffbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/common/sonic-utilities-build/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ trap cleanup ERR
1010

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

scripts/vs/sonic-swss-build/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ trap cleanup ERR
88

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

0 commit comments

Comments
 (0)