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-sync-controller - Add prow test jobs for release #33439

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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 @@ -268,7 +268,178 @@ presubmits:
testgrid-tab-name: pr-secrets-store-sync-controller-e2e-provider-k8s-1-31-0
description: "Run e2e tests with e2e-provider for Secrets Store Sync Controller on Kubernetes 1.31.0"
testgrid-num-columns-recent: '30'

- name: release-secrets-store-sync-controller-e2e-provider-k8s-1-28-13
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10m
always_run: false
run_if_changed: "^charts/.*"
path_alias: sigs.k8s.io/secrets-store-sync-controller
branches:
- ^main$
- ^release-*
labels:
# this is required because we want to run kind in docker
preset-dind-enabled: "true"
# this is required to make CNI installation to succeed for kind
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240923-c8645c1a17-master
command:
- runner.sh
args:
- bash
- -c
- >-
make e2e-bootstrap run-e2e-provider-tests
securityContext:
privileged: true
env:
- name: KIND_NODE_IMAGE_VERSION
value: "v1.28.13"
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-sync-controller, sig-auth-secrets-store-sync-controller-release-signal
testgrid-tab-name: release-secrets-store-sync-controller-e2e-provider-k8s-1-28-13
description: "Run e2e tests with e2e-provider for Secrets Store Sync Controller on Kubernetes 1.28.13"
testgrid-num-columns-recent: '30'
- name: release-secrets-store-sync-controller-e2e-provider-k8s-1-29-8
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10m
always_run: false
run_if_changed: "^charts/.*"
path_alias: sigs.k8s.io/secrets-store-sync-controller
branches:
- ^main$
- ^release-*
labels:
# this is required because we want to run kind in docker
preset-dind-enabled: "true"
# this is required to make CNI installation to succeed for kind
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240923-c8645c1a17-master
command:
- runner.sh
args:
- bash
- -c
- >-
make e2e-bootstrap run-e2e-provider-tests
securityContext:
privileged: true
env:
- name: KIND_NODE_IMAGE_VERSION
value: "v1.29.8"
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-sync-controller, sig-auth-secrets-store-sync-controller-release-signal
testgrid-tab-name: release-secrets-store-sync-controller-e2e-provider-k8s-1-29-8
description: "Run e2e tests with e2e-provider for Secrets Store Sync Controller on Kubernetes 1.29.8"
testgrid-num-columns-recent: '30'
- name: release-secrets-store-sync-controller-e2e-provider-k8s-1-30-4
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10m
always_run: false
run_if_changed: "^charts/.*"
path_alias: sigs.k8s.io/secrets-store-sync-controller
branches:
- ^main$
- ^release-*
labels:
# this is required because we want to run kind in docker
preset-dind-enabled: "true"
# this is required to make CNI installation to succeed for kind
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240923-c8645c1a17-master
command:
- runner.sh
args:
- bash
- -c
- >-
make e2e-bootstrap run-e2e-provider-tests
securityContext:
privileged: true
env:
- name: KIND_NODE_IMAGE_VERSION
value: "v1.30.4"
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-sync-controller, sig-auth-secrets-store-sync-controller-release-signal
testgrid-tab-name: release-secrets-store-sync-controller-e2e-provider-k8s-1-30-4
description: "Run e2e tests with e2e-provider for Secrets Store Sync Controller on Kubernetes 1.30.4"
testgrid-num-columns-recent: '30'
- name: release-secrets-store-sync-controller-e2e-provider-k8s-1-31-0
cluster: eks-prow-build-cluster
decorate: true
decoration_config:
timeout: 10m
always_run: false
run_if_changed: "^charts/.*"
path_alias: sigs.k8s.io/secrets-store-sync-controller
branches:
- ^main$
- ^release-*
labels:
# this is required because we want to run kind in docker
preset-dind-enabled: "true"
# this is required to make CNI installation to succeed for kind
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240923-c8645c1a17-master
command:
- runner.sh
args:
- bash
- -c
- >-
make e2e-bootstrap run-e2e-provider-tests
securityContext:
privileged: true
env:
- name: KIND_NODE_IMAGE_VERSION
value: "v1.31.0"
resources:
requests:
cpu: "4"
memory: "8Gi"
limits:
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-auth-secrets-store-sync-controller, sig-auth-secrets-store-sync-controller-release-signal
testgrid-tab-name: release-secrets-store-sync-controller-e2e-provider-k8s-1-31-0
description: "Run e2e tests with e2e-provider for Secrets Store Sync Controller on Kubernetes 1.31.0"
testgrid-num-columns-recent: '30'
periodics:
- interval: 24h
name: periodic-secrets-store-sync-controller-image-scan
Expand Down