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 c9fd7bf  move autest parallel job run into the parallel job scope 
(#363)
c9fd7bf is described below

commit c9fd7bfb84ad5c2ac822e06b0b8eb6dc8f3f2e83
Author: Brian Olsen <[email protected]>
AuthorDate: Thu Nov 21 13:24:09 2024 -0700

    move autest parallel job run into the parallel job scope (#363)
---
 jenkins/github/toplevel.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/toplevel.pipeline b/jenkins/github/toplevel.pipeline
index e8a66b4..e3e5fc7 100644
--- a/jenkins/github/toplevel.pipeline
+++ b/jenkins/github/toplevel.pipeline
@@ -259,8 +259,8 @@ pipeline {
                                                                                
String shard = index + "of" + env.AUTEST_SHARDS
                                                                                
jobs[shard] = { buildJob('AuTest ' + shard, jobpath, shard) }
                                                                        }
+                                                                       
parallel jobs
                                                                }
-                                                               parallel jobs
                                                        } else {
                                                                result = 
buildJob('AuTest', jobpath)
                                                                if (result == 
'FAILURE') {

Reply via email to