Skip to content

Commit 66f8e7b

Browse files
committed
chore: uat tests down to 1 node
1 parent c80dbe2 commit 66f8e7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/uat/aws/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ compute:
7979
- name: gpu-worker
8080
instanceType: p5.48xlarge
8181
capacity:
82-
desired: 2
82+
desired: 1
8383
reservation:
8484
preference: capacity-reservations-only
8585
target: cr-0cbe491320188dfa6

tests/uat/gcp/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ compute:
9595
- us-central1-c
9696
autoscaling:
9797
enabled: true
98-
minNodes: 2
99-
maxNodes: 2
98+
minNodes: 1
99+
maxNodes: 1
100100
guestAccelerator:
101101
type: nvidia-h100-mega-80gb
102102
count: 8

0 commit comments

Comments
 (0)