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

secrets-store: move manifest test job to eks prow cluster #32997

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
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ presubmits:
testgrid-tab-name: pr-secrets-store-csi-driver-e2e-azure
description: "Run e2e test with azure provider for Secrets Store CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-secrets-store-csi-driver-e2e-deploy-manifest-azure
- name: pull-secrets-store-csi-driver-e2e-deploy-manifest-e2e-provider
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 25m
Expand All @@ -227,8 +228,6 @@ presubmits:
preset-dind-enabled: "true"
# this is required to make CNI installation to succeed for kind
preset-kind-volume-mounts: "true"
# sets up the azure keyvault parameters used for testing
preset-azure-secrets-store-creds: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-master
Expand All @@ -238,17 +237,20 @@ presubmits:
- bash
- -c
- >-
IS_YAML_TEST=true make e2e-bootstrap e2e-deploy-manifest e2e-azure
IS_YAML_TEST=true ./test/scripts/e2e_provider.sh
securityContext:
privileged: true
resources:
requests:
cpu: "4"
memory: "4Gi"
memory: "6Gi"
limits:
cpu: "4"
memory: "6Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-csi-driver, sig-auth-secrets-store-csi-driver-presubmit
testgrid-tab-name: pr-secrets-store-csi-driver-e2e-deploy-manifest-azure
description: "Run e2e test using deploy manifest with azure provider for Secrets Store CSI driver."
testgrid-tab-name: pr-secrets-store-csi-driver-e2e-deploy-manifest-e2e-provider
description: "Run e2e test using deploy manifest with e2e-provider for Secrets Store CSI driver."
testgrid-num-columns-recent: '30'
- name: pull-secrets-store-csi-driver-e2e-gcp
decorate: true
Expand Down