Skip to content

Commit

Permalink
Skip testing lsf/openpbs in slurm specific test
Browse files Browse the repository at this point in the history
Also use multiple workers since many tests do a lot
of sleeping.
  • Loading branch information
berland committed Jan 23, 2025
1 parent d4a49e4 commit b3a7910
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_ert_with_slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
run: |
set -e
export _ERT_TESTS_ALTERNATIVE_QUEUE=AlternativeQ
pytest tests/ert/unit_tests/scheduler --slurm
pytest tests/ert/unit_tests/scheduler/test_{generic,slurm}_driver.py --slurm \
-n 8 --durations=10 -k "not (LsfDriver or LocalDriver or OpenPBSDriver)"
scontrol show job
pytest tests/ert/ui_tests/cli/test_missing_runpath.py --slurm
- name: Test poly-example on slurm
Expand Down

0 comments on commit b3a7910

Please sign in to comment.