Skip to content

Commit

Permalink
ci: remove deploying latest main and preview clusters (#10234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgongd authored Dec 5, 2024
1 parent ce78d62 commit 1632471
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3836,38 +3836,6 @@ workflows:
only:
- main

- deploy:
name: deploy-latest-main-cluster
enable-cors: true
reattach-enabled: true
extra-tags: "long_running=determined_preview_cluster"
context:
- aws
- aws-ci-cluster-default-user-credentials
filters:
branches:
only:
- main
requires:
- package-and-push-system-dev
max-dynamic-agents: 2

- deploy:
name: deploy-preview-cluster
enable-cors: true
context:
- aws
- aws-ci-cluster-default-user-credentials
filters:
branches:
only:
- main
requires:
- package-and-push-system-dev
max-dynamic-agents: 1
cluster-id: determined-preview-rds
compute-agent-instance-type: t2.medium

test-e2e:
<<: *do-not-run-on-manual-trigger
jobs:
Expand Down

0 comments on commit 1632471

Please sign in to comment.