Skip to content

Commit f4615ad

Browse files
committed
fix: Increase trino test nodes from 5 to 6
Should fix "0/5 nodes are available: 1 Insufficient memory, 5 Insufficient cpu. preemption: 0/5 nodes are available: 5 No preemption victims found for incoming pod."
1 parent 6a33d58 commit f4615ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/operator-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
display_name: Trino Operator
294294
git_repo: trino-operator
295295
spec:
296-
node-count: 5
296+
node-count: 6 # The Trino tests need more resources than others
297297
platforms:
298298
- id: replicated-kind
299299
spec:

0 commit comments

Comments
 (0)