commit | abc09776b58cbcc86c9d31935da383f2553a2510 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Wed Jun 16 12:08:57 2021 +0200 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Jun 16 12:08:57 2021 +0200 |
tree | 70888d5449248145283ef6098baf64151a209e1e | |
parent | 3853dc3637fe5f325aff4718fd1cc91416caff0d [diff] [blame] |
Not failing the build for non critical tests Change-Id: I8cbb9daefb0226192ce3461b63efd77a50498b30
diff --git a/jjb/pipeline/voltha-physical-soak-tests.groovy b/jjb/pipeline/voltha-physical-soak-tests.groovy index 080efd1..9982fc2 100644 --- a/jjb/pipeline/voltha-physical-soak-tests.groovy +++ b/jjb/pipeline/voltha-physical-soak-tests.groovy
@@ -227,7 +227,8 @@ outputPath: 'RobotLogs', passThreshold: 100, reportFileName: '**/report*.html', - unstableThreshold: 0 + unstableThreshold: 0, + onlyCritical: true ]); archiveArtifacts artifacts: '*.log,*.gz,*.tgz,etcd/*.log' }