Skip to content

Add -v for verbose output for parallel autests#447

Merged
bneradt merged 1 commit into
apache:mainfrom
bneradt:autest-parallel-verbose
Jul 13, 2026
Merged

Add -v for verbose output for parallel autests#447
bneradt merged 1 commit into
apache:mainfrom
bneradt:autest-parallel-verbose

Conversation

@bneradt

@bneradt bneradt commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@bneradt bneradt self-assigned this Jul 13, 2026
Copilot AI review requested due to automatic review settings July 13, 2026 17:22
@bneradt
bneradt merged commit 2b8344b into apache:main Jul 13, 2026
@bneradt
bneradt deleted the autest-parallel-verbose branch July 13, 2026 17:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Jenkins AuTest pipeline to enable verbose output when running AuTests in parallel mode, improving log detail for parallelized test executions.

Changes:

  • Add -v to the autest.sh argument list when parallel_mode support is detected.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 158 to 161
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants