Skip to content

Commit e70bf05

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/support.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ def create_cluster_queue(self, cluster_queue, flavor):
243243
{
244244
"name": flavor,
245245
"resources": [
246-
{"name": "cpu", "nominalQuota": 10},
246+
{"name": "cpu", "nominalQuota": 9},
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)