Skip to content

Commit

Permalink
(#7812) Enable the partitionable slot tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd-L-Miller committed Sep 8, 2020
1 parent 9332a52 commit 8d4228d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/condor_tests/test_concurrency_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
# jobs you plan to submit
SLOT_CONFIGS = {
"static_slots": {"NUM_CPUS": "12", "NUM_SLOTS": "12"},
# "partitionable_slot": {
# "NUM_CPUS": "12",
# "SLOT_TYPE_1": "cpus=100%,memory=100%,disk=100%",
# "SLOT_TYPE_1_PARTITIONABLE": "True",
# "NUM_SLOTS_TYPE_1": "1",
# },
"partitionable_slot": {
"NUM_CPUS": "12",
"SLOT_TYPE_1": "cpus=100%,memory=100%,disk=100%",
"SLOT_TYPE_1_PARTITIONABLE": "True",
"NUM_SLOTS_TYPE_1": "1",
},
}


Expand Down

0 comments on commit 8d4228d

Please sign in to comment.