Skip to content

Commit

Permalink
Merge pull request #17486 from spiffxp/try-using-k8s-infra-prow-build
Browse files Browse the repository at this point in the history
Migrate an e2e job to k8s-infra-prow-build
  • Loading branch information
k8s-ci-robot authored May 1, 2020
2 parents e6124e6 + 8c4a934 commit c07e15c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -471,6 +471,7 @@ periodics:

- interval: 30m
name: ci-kubernetes-e2e-gci-gce-flaky-repro
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -484,13 +485,13 @@ periodics:
- --check-leaked-resources
- --env=ENABLE_POD_SECURITY_POLICY=true
- --extract=ci/latest
- --gcp-project-type=k8s-infra-gce-project
- --gcp-master-image=gci
- --gcp-node-image=gci
- --gcp-nodes=4
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
- --publish=gs://kubernetes-release-dev/ci/latest-green.txt
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200430-cb59ea5-master
Expand Down

0 comments on commit c07e15c

Please sign in to comment.