hubcio opened a new pull request, #3003:
URL: https://github.com/apache/iggy/pull/3003

   Split the single "test" task into "test-1" and "test-2" using nextest
   --partition hash:M/2. Each partition independently builds and runs half
   the test suite in parallel, reducing wall-clock from ~10min to ~6min.
   
   - components.yml: replace "test" with "test-1" and "test-2"
   - pre-merge action: parse partition index from task name, pass
     --partition hash:INDEX/2 to cargo nextest run
   - _test.yml: update Codecov upload condition to match new task names
     (Codecov natively merges partial coverage uploads per commit)
   
   Verified locally: hash:1/2 gets 972 tests, hash:2/2 gets 938 tests,
   sum = 1910 (full suite).
   
   Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
   


-- 
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]

Reply via email to