Skip to content

Commit

Permalink
Lowering link_threads/test_threads value to possibly mitigate OOMs wh…
Browse files Browse the repository at this point in the history
…ile running nightly tests (#135)
  • Loading branch information
librarian authored Jan 12, 2024
1 parent 0a61405 commit db8fa04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_on_demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ jobs:
run_tests: ${{ inputs.run_tests }}
test_size: ${{ inputs.test_size }}
test_type: ${{ inputs.test_type }}
link_threads: 32
test_threads: 64
link_threads: 24
test_threads: 24
cache_update_build: ${{ fromJson(github.event_name == 'workflow_dispatch' && format('{0}', inputs.cache_update) || format('{0}', inputs.cache_update_build)) }}
cache_update_tests: ${{ fromJson(github.event_name == 'workflow_dispatch' && format('{0}', inputs.cache_update) || format('{0}', inputs.cache_update_tests)) }}
secrets: inherit
Expand Down

0 comments on commit db8fa04

Please sign in to comment.