commit | 3853dc3637fe5f325aff4718fd1cc91416caff0d | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik@opennetworking.org> | Tue Jun 15 15:35:47 2021 +0000 |
committer | Hardik Windlass <hardik@opennetworking.org> | Tue Jun 15 15:38:44 2021 +0000 |
tree | b489df58774bdd7050a5b83b07f40b90ffbd78fc | |
parent | 1198cd5597db9db7e2b6dec6375e4e4a421a45a7 [diff] |
Fixed gz file-already-exist issue on log-collection for periodic-voltha-sanity-test-multi-runs job Change-Id: I1e285bacf80754a96c754f4799ae45d763c39f31
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy index c33d24a..b01d88a 100755 --- a/jjb/pipeline/voltha/master/bbsim-tests.groovy +++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -131,6 +131,7 @@ done fi cd $WORKSPACE/${testTarget}-components/ + rm onos-voltha-combined.log.gz || true gzip -k onos-voltha-combined.log rm onos-voltha-combined.log """