Skip to content

Commit

Permalink
Use -n auto for cli tests
Browse files Browse the repository at this point in the history
Lowering from -n logical to auto for cli tests to see if it helps flaky
ensemble evaluator
  • Loading branch information
JHolba committed Oct 30, 2024
1 parent 81fb0bd commit bcebf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: CLI Test
if: inputs.test-type == 'cli-tests'
run: |
pytest --cov=ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -n logical -v --benchmark-disable --dist loadgroup tests/ert/ui_tests/cli
pytest --cov=ert --cov-report=xml:cov1.xml --junit-xml=junit.xml -o junit_family=legacy -n auto -v --benchmark-disable --dist loadgroup tests/ert/ui_tests/cli
- name: Unit Test
if: inputs.test-type == 'unit-tests'
Expand Down
2 changes: 1 addition & 1 deletion ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ start_tests () {

set +e

pytest --eclipse-simulator -n logical --show-capture=stderr -v --max-worker-restart 0 \
pytest --eclipse-simulator -n auto --show-capture=stderr -v --max-worker-restart 0 \
-m "not limit_memory and not requires_window_manager" --benchmark-disable --dist loadgroup
return_code_0=$?
pytest --eclipse-simulator -v --mpl \
Expand Down

0 comments on commit bcebf64

Please sign in to comment.