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:42:12 UTC

[trafficserver-ci] branch main updated: remove extra exit

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 9ba1841  remove extra exit
     new 6beb375  Merge pull request #118 from traeak/autest_fail_fix
9ba1841 is described below

commit 9ba1841d183f1b5e46d856604fd9d4b773955c92
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Fri Dec 9 17:41:05 2022 +0000

    remove extra exit
---
 jenkins/branch/autest.pipeline | 2 --
 1 file changed, 2 deletions(-)

diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index cbc12d3..7514903 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -122,8 +122,6 @@ pipeline {
 							shardbeg=$((${shardsize} * ${SHARD}))
 							sliced=${testsall[@]:${shardbeg}:${shardsize}}
 							./autest.sh --ats-bin /tmp/ats/bin/ --sandbox /tmp/sandbox -f ${sliced[@]} || true
-
-							exit
 						fi
 
 						if [ -n "$(ls -A /tmp/sandbox/)" ]; then