atiaomar1978-hub opened a new pull request, #26147: URL: https://github.com/apache/camel/pull/26147
## Summary Implements [CAMEL-24602](https://issues.apache.org/jira/browse/CAMEL-24602): CI test reporting now includes **elapsed build time** per Maven reactor module, not just module/test counts. When incremental CI runs complete, the unified PR comment and GitHub step summary now show: - **Total reactor time** for the incremental build - A **per-module table** (module name, duration, SUCCESS/FAILURE/SKIPPED) - **Top 5 slowest modules** to help identify CI hotspots ## Changes - **`reactor_timing.sh`** — parses Maven `[INFO] Camel :: … SUCCESS [ X.XXX s]` lines from `incremental-test.log`, formats durations, and renders the markdown report - **`reactor_timing_test.sh`** — 18 unit tests covering parsing, summation, formatting, and report output - **`incremental-build.sh`** — sources `reactor_timing.sh` and replaces the plain module-name list with the timing report - **`CI-ARCHITECTURE.md`** — documents the new behavior ## Motivation Per-module timing helps committers spot slow modules and reduce overall CI load/turnaround time. ## Testing ```bash .github/actions/incremental-build/reactor_timing_test.sh ``` All 18 tests pass locally. --- _AI-generated PR description on behalf of @atiaomar1978-hub_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
