commit | fcae3839faadd1d4347f83727f4bcf04a4308ed8 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Thu Jun 04 08:51:10 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Thu Jun 04 08:51:15 2020 -0700 |
tree | 36d3188d092f2d0657911266cee4e5143e23b72e | |
parent | 37fab41260f00904769b1042091dbab82f354634 [diff] [blame] |
VOL-3165 Cleanup voltctl pod at end of test Change-Id: Iad86898fc7c8f974dd434a0a09ac423f25d398e1
diff --git a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy index 51044d8..f01a024 100644 --- a/jjb/pipeline/voltha-nightly-tests-bbsim.groovy +++ b/jjb/pipeline/voltha-nightly-tests-bbsim.groovy
@@ -199,6 +199,7 @@ ## shut down voltha but leave kind-voltha cluster cd $HOME/kind-voltha/ DEPLOY_K8S=n WAIT_ON_DOWN=y ./voltha down + kubectl delete deployment voltctl || true ''' step([$class: 'RobotPublisher', disableArchiveOutput: false,