This is an automated email from the ASF dual-hosted git repository.
bneradt 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 2b8344b Add -v for verbose output for parallel autests (#447)
2b8344b is described below
commit 2b8344b23e0f89cd62c954896ec6903ddab0be1c
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Jul 13 13:22:21 2026 -0400
Add -v for verbose output for parallel autests (#447)
---
jenkins/github/autest.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index 0573709..c5b12e7 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -157,7 +157,7 @@ pipeline {
# Check for parallel support in autest.sh - originally added in
10.2.0.
if grep -q parallel_mode autest.sh; then
- autest_args="-j 2 ${autest_args}"
+ autest_args="-j 2 -v ${autest_args}"
fi
autest_failed=0