Skip to content

Commit

Permalink
Merge pull request #32997 from aramase/aramase/c/secrets_store_migrat…
Browse files Browse the repository at this point in the history
…e_manifest_job

secrets-store: move manifest test job to eks prow cluster
  • Loading branch information
k8s-ci-robot authored Jul 16, 2024
2 parents 28236d8 + 0695b19 commit 28b6fd8
Showing 1 changed file with 9 additions and 7 deletions.
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

0 comments on commit 28b6fd8

Please sign in to comment.