Skip to content

Commit

Permalink
Issue #1240: Reduce parallelism in ctest for Ubuntu GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Sep 28, 2023
1 parent 19277c3 commit d70dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
sudo sysctl -w kernel.core_pattern="coredump.%e.%p"
ulimit -c unlimited
ctest --timeout 1200 -V --output-junit=Testing/Test.xml --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j100 ${{env.RouterCTestExtraArgs}}
ctest --timeout 1200 -V --output-junit=Testing/Test.xml --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j12 ${{env.RouterCTestExtraArgs}}
- name: Report coredump stacktraces (if any tests failed)
if: ${{ failure() }}
Expand Down

0 comments on commit d70dc1f

Please sign in to comment.