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 14:12:13 UTC

[trafficserver-ci] branch main updated: remove or true at the end of the autest run (why was that there?)

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 762d32c  remove or true at the end of the autest run (why was that there?)
     new b8ef93b  Merge pull request #116 from traeak/fix_autest_true
762d32c is described below

commit 762d32cbec17fc6cb513845d601e92bf2e61685b
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Fri Dec 9 14:11:29 2022 +0000

    remove or true at the end of the autest run (why was that there?)
---
 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 cbc12d3..a606a46 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[@]} || true
+							./autest.sh --ats-bin /tmp/ats/bin/ --sandbox /tmp/sandbox -f ${sliced[@]}
 
 							exit
 						fi