Skip to content

Commit 44aad74

Browse files
committed
test fix queue quota
1 parent 6610a9e commit 44aad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def create_cluster_queue(self, cluster_queue, flavor):
245245
"resources": [
246246
{"name": "cpu", "nominalQuota": 10},
247247
{"name": "memory", "nominalQuota": "36Gi"},
248-
{"name": "nvidia.com/gpu", "nominalQuota": 0},
248+
{"name": "nvidia.com/gpu", "nominalQuota": 1},
249249
],
250250
},
251251
],

0 commit comments

Comments
 (0)