Skip to content

Commit

Permalink
Merge pull request #33063 from BenTheElder/flaky-prow
Browse files Browse the repository at this point in the history
migrate ci-kubernetes-e2e-gci-gce-flaky
  • Loading branch information
k8s-ci-robot authored Jul 22, 2024
2 parents 43096b2 + 5f84d67 commit fb4a256
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ periodics:

- interval: 12h
name: ci-kubernetes-e2e-gci-gce-flaky
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -906,6 +907,13 @@ periodics:
- --test_args=--ginkgo.focus=\[Flaky\] --ginkgo.skip=\[Driver:.gcepd\]|\[Feature:.+\] --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-master
resources:
limits:
cpu: 1
memory: 3Gi
requests:
cpu: 1
memory: 3Gi
annotations:
testgrid-dashboards: google-gce
testgrid-tab-name: gci-gce-flaky
Expand Down

0 comments on commit fb4a256

Please sign in to comment.