Skip to content

Commit

Permalink
Migrate an e2e job to k8s-infra-prow-build
Browse files Browse the repository at this point in the history
I chose an e2e job that is relatively close to the default e2e job
but is not release-blocking

Also this job should _not_ have ever been setting latest-green.txt,
that was probably copy-pasta leftover from when I originally created
this job
  • Loading branch information
spiffxp committed May 1, 2020
1 parent e6124e6 commit 8c4a934
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 8c4a934

Please sign in to comment.