Skip to content

Commit

Permalink
fix: swap latest main and preview clusters to RDS (#10164)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc authored Oct 31, 2024
1 parent f9ac6bc commit 227eab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@ jobs:
default: "m6i.large"
cluster-id:
type: string
default: determined-${CIRCLE_BRANCH////--}
default: determined-rds-${CIRCLE_BRANCH////--}
max-dynamic-agents:
type: integer
default: 1
Expand Down Expand Up @@ -3481,7 +3481,7 @@ jobs:
max-dynamic-agents: <<parameters.max-dynamic-agents>>
enable-cors: <<parameters.enable-cors>>
reattach-enabled: <<parameters.reattach-enabled>>
deployment-type: simple
deployment-type: simple-rds
extra-tags: <<parameters.extra-tags>>
ee: <<parameters.ee>>

Expand Down Expand Up @@ -4202,7 +4202,7 @@ workflows:
requires:
- package-and-push-system-dev
max-dynamic-agents: 1
cluster-id: determined-preview
cluster-id: determined-preview-rds
compute-agent-instance-type: t2.medium

test-e2e:
Expand Down

0 comments on commit 227eab8

Please sign in to comment.