mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #20769 from bprashanth/ing_config
Auto commit by PR queue bot
This commit is contained in:
commit
ac644e03bd
@ -363,7 +363,7 @@
|
|||||||
# TODO: Move this into a different project. Currently, since this test
|
# TODO: Move this into a different project. Currently, since this test
|
||||||
# shares resources with various other networking tests, it's easier to
|
# shares resources with various other networking tests, it's easier to
|
||||||
# zero in on the source of a leak if it's run in isolation.
|
# zero in on the source of a leak if it's run in isolation.
|
||||||
export PROJECT="kubernetes-flannel"
|
export PROJECT="kubernetes-ingress"
|
||||||
- 'gce-ingress':
|
- 'gce-ingress':
|
||||||
description: 'Run [Feature:Ingress] tests on GCE.'
|
description: 'Run [Feature:Ingress] tests on GCE.'
|
||||||
timeout: 90
|
timeout: 90
|
||||||
@ -377,10 +377,12 @@
|
|||||||
# TODO: Move this into a different project. Currently, since this test
|
# TODO: Move this into a different project. Currently, since this test
|
||||||
# shares resources with various other networking tests, so it's easier
|
# shares resources with various other networking tests, so it's easier
|
||||||
# to zero in on the source of a leak if it's run in isolation.
|
# to zero in on the source of a leak if it's run in isolation.
|
||||||
export PROJECT="kubernetes-flannel"
|
export PROJECT="kubernetes-ingress"
|
||||||
- 'gce-flannel':
|
- 'gce-flannel':
|
||||||
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
||||||
timeout: 90
|
# We don't really care to enforce a timeout for flannel tests. Any performance issues will show up in the other GCE builders.
|
||||||
|
# This suite is to continuously check that flannel + Kubernetes works.
|
||||||
|
timeout: 120
|
||||||
emails: 'beeps@google.com'
|
emails: 'beeps@google.com'
|
||||||
test-owner: 'beeps'
|
test-owner: 'beeps'
|
||||||
provider-env: '{gce-provider-env}'
|
provider-env: '{gce-provider-env}'
|
||||||
|
Loading…
Reference in New Issue
Block a user