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

job: migrate sig-storage gce config jobs to community cluster #31981

Merged
merged 1 commit into from
Feb 27, 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
19 changes: 15 additions & 4 deletions config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ presubmits:
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-slow
- --test_args=--ginkgo.focus=\[sig-storage\].*\[Slow\] --ginkgo.skip=\[Driver:.gcepd\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=120m
securityContext:
Expand All @@ -57,6 +56,7 @@ presubmits:
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-storage-snapshot
cluster: k8s-infra-prow-build
always_run: false
optional: true
# All the files owned by sig-storage. Keep in sync across
Expand Down Expand Up @@ -100,18 +100,22 @@ presubmits:
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-snapshot
- --test_args=--ginkgo.focus=\[Feature:VolumeSnapshotDataSource\] --ginkgo.skip=\[Disruptive\]|\[Flaky\] --minStartupPods=8
- --timeout=150m
securityContext:
privileged: true
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240211-f101bf4199-master
resources:
limits:
cpu: "4"
memory: "6Gi"
requests:
cpu: "4"
memory: "6Gi"
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-csi-serial
cluster: k8s-infra-prow-build
always_run: false
optional: true
# All the files owned by sig-storage. Keep in sync across
Expand Down Expand Up @@ -155,18 +159,22 @@ presubmits:
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-csi-serial
- --test_args=--ginkgo.focus=CSI.*(\[Serial\]|\[Disruptive\]) --ginkgo.skip=\[Flaky\]|\[Feature:.+\]|\[Slow\] --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240211-f101bf4199-master
resources:
limits:
cpu: "4"
memory: "6Gi"
requests:
cpu: "4"
memory: "6Gi"
securityContext:
privileged: true
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-e2e-gce-storage-disruptive
cluster: k8s-infra-prow-build
always_run: false
optional: true
branches:
Expand Down Expand Up @@ -200,12 +208,15 @@ presubmits:
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --provider=gce
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-storage-disruptive
- --test_args=--ginkgo.focus=\[sig-storage\].*\[Disruptive\] --ginkgo.skip=\[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=240m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240211-f101bf4199-master
resources:
limits:
cpu: "4"
memory: "6Gi"
requests:
cpu: "4"
memory: "6Gi"
securityContext:
privileged: true
Expand Down