The GitHub Actions job "autoconf" on subversion.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: 58ef3832da8e70cfe4d4c7c90bfbfd4d9ee4ce5c / Timofei Zhakov <rin...@apache.org> GitHub Actions: Run tests in parallel. Currently guessing the amount of jobs to `16`. In my local environment this was the optimal amount. Noticing the time the workflows to run for future comparison: - It takes about 13m 55s to run the `autoconf.yml` [1]. - The `cmake.yml` is running in 25m 54s. * .github/workflows/autoconf.yml (make check): Run with PARALLEL=16. * .github/workflows/cmake.yml (Configure CMake): Configure the tests for parallel execution. (Run all tests): Make it using 16 jobs. Passing `--jobs 16` argument for this. [1] https://github.com/apache/subversion/actions/runs/12075097863 [2] https://github.com/apache/subversion/actions/runs/12075097874 git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922203 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/12076080594 With regards, GitHub Actions via GitBox