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 pull-kubernetes-e2e-gce-device-plugin-gpu jobs into community cluster #31963

Closed
Show file tree
Hide file tree
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 @@ -889,6 +889,7 @@ presubmits:
branches:
- release-1.26
context: pull-kubernetes-e2e-gce-device-plugin-gpu
cluster: k8s-infra-prow-build
labels:
preset-dind-enabled: "true"
preset-k8s-ssh: "true"
Expand Down Expand Up @@ -930,7 +931,11 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.26
name: ""
resources:
limits:
cpu: 2
memory: 6Gi
requests:
cpu: 2
memory: 6Gi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ presubmits:
branches:
- release-1.27
context: pull-kubernetes-e2e-gce-device-plugin-gpu
cluster: k8s-infra-prow-build
labels:
preset-dind-enabled: "true"
preset-k8s-ssh: "true"
Expand Down Expand Up @@ -927,7 +928,11 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.27
name: ""
resources:
limits:
cpu: 2
memory: 6Gi
requests:
cpu: 2
memory: 6Gi
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ presubmits:
branches:
- release-1.28
context: pull-kubernetes-e2e-gce-device-plugin-gpu
cluster: k8s-infra-prow-build
labels:
preset-dind-enabled: "true"
preset-k8s-ssh: "true"
Expand Down Expand Up @@ -924,7 +925,11 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
name: ""
resources:
limits:
cpu: 2
memory: 6Gi
requests:
cpu: 2
memory: 6Gi
securityContext:
privileged: true
Expand Down