mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #22333 from bprashanth/gke-ingress
Move gke ingress tests into a different project.
This commit is contained in:
commit
d644062445
@ -362,13 +362,8 @@
|
|||||||
test-owner: 'beeps'
|
test-owner: 'beeps'
|
||||||
provider-env: '{gke-provider-env}'
|
provider-env: '{gke-provider-env}'
|
||||||
job-env: |
|
job-env: |
|
||||||
# XXX Not a unique project
|
|
||||||
export E2E_NAME="e2e-gke-ingress"
|
|
||||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Ingress\]"
|
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Ingress\]"
|
||||||
# TODO: Move this into a different project. Currently, since this test
|
export PROJECT="kubernetes-gke-ingress"
|
||||||
# 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.
|
|
||||||
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
|
||||||
@ -376,12 +371,7 @@
|
|||||||
test-owner: 'beeps'
|
test-owner: 'beeps'
|
||||||
provider-env: '{gce-provider-env}'
|
provider-env: '{gce-provider-env}'
|
||||||
job-env: |
|
job-env: |
|
||||||
# XXX Not a unique project
|
|
||||||
export E2E_NAME="e2e-ingress"
|
|
||||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Ingress\]"
|
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Ingress\]"
|
||||||
# TODO: Move this into a different project. Currently, since this test
|
|
||||||
# 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.
|
|
||||||
export PROJECT="kubernetes-ingress"
|
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.'
|
||||||
|
Loading…
Reference in New Issue
Block a user