Skip to content

Commit

Permalink
config/jobs: update pull-kubernetes-e2e-gce-no-stage
Browse files Browse the repository at this point in the history
Specifically:

- run on k8s-infra
- add securityContext to match pull-kubernetes-e2e-gce
- drop extract

Going to see if running directly with the results of --build=quick is
sufficient for e2e tests
  • Loading branch information
spiffxp committed Nov 17, 2021
1 parent fdad149 commit 7aaef8c
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 7aaef8c

Please sign in to comment.