Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix circleci gke tests with helm password [DET-10196] #9361

Merged
merged 2 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ commands:
name: Get Kubeconfig
- run:
command: |
echo 'export HELM_VALUES="detVersion=<<parameters.det-version>>,maxSlotsPerPod=<<parameters.max-slots-per-pod>>,checkpointStorage.type=gcs,checkpointStorage.bucket=<<parameters.storage-bucket>>,taskContainerDefaults.startupHook=echo hello from master tcd startup hook"' >> "$BASH_ENV"
echo 'export HELM_VALUES="initialUserPassword=${INITIAL_USER_PASSWORD},detVersion=<<parameters.det-version>>,maxSlotsPerPod=<<parameters.max-slots-per-pod>>,checkpointStorage.type=gcs,checkpointStorage.bucket=<<parameters.storage-bucket>>,taskContainerDefaults.startupHook=echo hello from master tcd startup hook"' >> "$BASH_ENV"
name: Prepare helm overrides
- run:
command: |
Expand Down Expand Up @@ -4617,6 +4617,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
Expand All @@ -4633,6 +4634,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
Expand All @@ -4654,6 +4656,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
Expand All @@ -4672,6 +4675,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
Expand All @@ -4694,6 +4698,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters:
branches:
only: main
Expand Down Expand Up @@ -4854,6 +4859,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests
Expand All @@ -4869,6 +4875,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests
Expand All @@ -4889,6 +4896,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests
Expand All @@ -4911,6 +4919,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests-cpu
Expand All @@ -4932,6 +4941,7 @@ workflows:
context:
- gcp-ci
- determined-ee
- gcp-ci-cluster-default-user-credentials
filters: *upstream-feature-branch
requires:
- request-k8-tests-cpu
Expand Down
Loading