commit | d983800aae636d4c719b64f6ab42302e8dbdfb5f | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Tue Sep 29 10:51:03 2020 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Sep 29 10:51:50 2020 +0200 |
tree | b8aa3d16886050f571f1451b64305525dc0c259d | |
parent | b21e779950515b9b3b9b0e51a34e5ee7fef021fb [diff] [blame] |
Cleanup after zipping to save space on constrained nodes e.g. Berlin Change-Id: I48f7409bf84655b4a0e89c1da459c5896dfacbec
diff --git a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy index 687fb66..c6f893a 100644 --- a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy
@@ -216,11 +216,17 @@ gzip error-report.log || true + rm error-report.log + cd $WORKSPACE/kind-voltha/scripts/logger/combined/ tar czf $WORKSPACE/container-logs.tgz * + rm * + cd $WORKSPACE gzip *-combined.log || true + + rm *-combined.log ''' script { deployment_config.olts.each { olt ->