Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
121389: bin/drtprod: update ua1/2 config r=dt a=dt

We're out of quota for n2 ssds in this region, but n2d is separate.

Release note: none.
Epic: none.

Co-authored-by: David Taylor <[email protected]>
  • Loading branch information
craig[bot] and dt committed Apr 1, 2024
2 parents df5a9b2 + 2592214 commit 49173f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/drtprod
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ case $1 in
roachprod create drt-ua1 \
--clouds="gce" \
--gce-zones="us-east1-c" \
--nodes="8" \
--nodes="7" \
--gce-machine-type="n2-standard-8" \
--local-ssd="true" \
--gce-local-ssd-count="16" \
Expand All @@ -104,8 +104,8 @@ case $1 in
roachprod create drt-ua2 \
--clouds="gce" \
--gce-zones="us-east1-c" \
--nodes="8" \
--gce-machine-type="n2-standard-8" \
--nodes="7" \
--gce-machine-type="n2d-standard-8" \
--local-ssd="true" \
--gce-local-ssd-count="16" \
--username="drt" \
Expand Down

0 comments on commit 49173f4

Please sign in to comment.