You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/12/09 17:13:32 UTC

[trafficserver-ci] branch main updated: restore or true

This is an automated email from the ASF dual-hosted git repository.

bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ffeea0  restore or true
     new af6bf18  Merge pull request #117 from traeak/autest_restore_true
6ffeea0 is described below

commit 6ffeea0ad9a166626a95a06e7812ade3842d344f
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Fri Dec 9 17:12:44 2022 +0000

    restore or true
---
 jenkins/branch/autest.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index a606a46..cbc12d3 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -121,7 +121,7 @@ pipeline {
 							[ 0 -ne $((${ntests} % ${shardsize})) ] && shardsize=$((${shardsize} + 1))
 							shardbeg=$((${shardsize} * ${SHARD}))
 							sliced=${testsall[@]:${shardbeg}:${shardsize}}
-							./autest.sh --ats-bin /tmp/ats/bin/ --sandbox /tmp/sandbox -f ${sliced[@]}
+							./autest.sh --ats-bin /tmp/ats/bin/ --sandbox /tmp/sandbox -f ${sliced[@]} || true
 
 							exit
 						fi