Another pipeline tweak
Change-Id: I8e48d228694550f1a676dc64cca46c63d4ef5c75
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy
index 51c163a..6593a95 100644
--- a/jjb/pipeline/voltha-go-tests.groovy
+++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -74,7 +74,6 @@
sh """
cd kind-voltha/
JUST_K8S=y ./voltha up
- kail -n voltha -n default > $WORKSPACE/onos-voltha-combined.log &
./voltha up
"""
}
@@ -114,7 +113,7 @@
cp $WORKSPACE/kind-voltha/scripts/logger/combined/*.0001 $WORKSPACE
tar czf container-logs.tgz *.0001
- gzip *-combined.log
+ gzip *-combined.log || true
## shut down voltha
cd $WORKSPACE/kind-voltha/