Skip to content

Commit

Permalink
Turn batch system tests back on (#4649)
Browse files Browse the repository at this point in the history
This should fix #4648 by turning on the batch system tests again. The Mesos-specific ones are already moved elsewhere.

Co-authored-by: Lon Blauvelt <[email protected]>
  • Loading branch information
adamnovak and DailyDreaming authored Nov 2, 2023
1 parent 914daca commit 8386955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ batch_systems:
- export TOIL_TES_ENDPOINT="http://127.0.0.1:8000"
- export TOIL_TES_USER="${FUNNEL_SERVER_USER}"
- export TOIL_TES_PASSWORD="${FUNNEL_SERVER_PASSWORD}"
# - make test threads="${TEST_THREADS}" marker="${MARKER}" tests="src/toil/test/batchSystems/batchSystemTest.py src/toil/test/mesos/MesosDataStructuresTest.py"
- make test threads="${TEST_THREADS}" marker="${MARKER}" tests="src/toil/test/batchSystems/batchSystemTest.py"
- kill $(jobs -p) || true

slurm_test:
Expand Down

0 comments on commit 8386955

Please sign in to comment.