commit | 1be85adc8d2dc8bd9ecaf2ac899449e580120009 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Mon Jun 14 13:01:15 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Mon Jun 14 13:02:54 2021 +0200 |
tree | cb316a77ef540cb073aac62b55114dbbe691e9ee | |
parent | 7294730a2ed307ebfb25130bced8791b192ba461 [diff] |
Removing the zipped log form the tucson pipeline before starting the new logging Change-Id: I1522933905588fbfd64f7e489bd41cdb738b2cbc
diff --git a/jjb/pipeline/voltha/master/tucson-build-and-test.groovy b/jjb/pipeline/voltha/master/tucson-build-and-test.groovy index 3c3b942..af568da 100644 --- a/jjb/pipeline/voltha/master/tucson-build-and-test.groovy +++ b/jjb/pipeline/voltha/master/tucson-build-and-test.groovy
@@ -138,6 +138,7 @@ } // start logging sh """ + rm -rf $WORKSPACE/${workFlow}/ mkdir -p $WORKSPACE/${workFlow} _TAG=kail-${workFlow} kail -n infra -n voltha > $WORKSPACE/${workFlow}/onos-voltha-combined.log & """