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

config/jobs: run no-stage on k8s-infra, drop extract #24238

Merged
merged 1 commit into from
Nov 17, 2021
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
4 changes: 3 additions & 1 deletion config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ presubmits:
privileged: true
- name: pull-kubernetes-e2e-gce-no-stage
always_run: false
cluster: k8s-infra-prow-build
annotations:
testgrid-dashboards: presubmits-kubernetes-nonblocking
testgrid-tab-name: pull-kubernetes-e2e-gce-no-stage
Expand All @@ -83,7 +84,6 @@ presubmits:
- --
- --build=quick
- --cluster=
- --extract=local
- --gcp-node-image=gci
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
Expand All @@ -100,6 +100,8 @@ presubmits:
limits:
cpu: 4
memory: 14Gi
securityContext:
privileged: true
- name: pull-kubernetes-e2e-gce-kubetest2
# explicitly needs /test pull-kubernetes-e2e-gce to run
always_run: false
Expand Down