diff --git a/.circleci/real_config.yml b/.circleci/real_config.yml index c19c3b21a27..4ae0016ad8b 100644 --- a/.circleci/real_config.yml +++ b/.circleci/real_config.yml @@ -3148,61 +3148,6 @@ jobs: extra-tags: <> ee: <> - deploy-latest-gke: - parameters: - det-version: - type: string - cluster-id: - type: string - default: latest-ee-gke - region: - type: string - default: us-west1 - gcloud-service-key: - default: GCLOUD_SERVICE_KEY - description: The gcloud service key - type: env_var_name - google-compute-zone: - default: GOOGLE_COMPUTE_ZONE - description: The Google compute zone to connect with via the gcloud CLI - type: env_var_name - google-project-id: - default: GOOGLE_PROJECT_ID - description: The Google project ID to connect with via the gcloud CLI - type: env_var_name - docker: - - image: <> - steps: - - checkout - - add-and-fetch-upstream - - skip-if-only-docs - - set-slack-user-id - - gcloud/install: - version: "319.0.0" - - kubernetes/install-kubectl - - gcloud/initialize: - gcloud-service-key: <> - google-compute-zone: <> - google-project-id: <> - - run: - command: gcloud container clusters get-credentials <> --project determined-ai --region <> - name: Get Kubeconfig - - helm/upgrade-helm-chart: - chart: helm/charts/determined - helm-version: v3.2.4 - namespace: "default" - wait: true - release-name: <> - values-to-override: | - detVersion=<>,\ - maxSlotsPerPod=4,\ - checkpointStorage.type=gcs,\ - checkpointStorage.bucket=det-ci,\ - imagePullSecretName=release-cred,\ - masterPort=80,\ - security.authz.type=rbac,\ - enterpriseEdition=true - test-e2e-aws: parameters: cluster-id-prefix: @@ -4384,17 +4329,6 @@ workflows: mark: ["det_deploy_local"] det-version: [$CIRCLE_SHA1] - - deploy-latest-gke: - name: deploy-latest-gke-master - context: gcp - det-version: $CIRCLE_SHA1 - filters: - branches: - only: - - main - requires: - - package-and-push-system-dev-ee - test-e2e-longrunning: <<: *do-not-run-on-manual-trigger jobs: