mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Enable StreamingProxyRedirects for CRI e2e tests
This commit is contained in:
parent
4b66d80e85
commit
3977a14463
@ -5,5 +5,5 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||||||
CLEANUP=true
|
CLEANUP=true
|
||||||
GINKGO_FLAGS='--skip="\[Flaky\]"'
|
GINKGO_FLAGS='--skip="\[Flaky\]"'
|
||||||
SETUP_NODE=false
|
SETUP_NODE=false
|
||||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
TEST_ARGS='--runtime-integration-type=cri --feature-gates="DynamicKubeletConfig=true,StreamingProxyRedirects=true" --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||||
PARALLELISM=1
|
PARALLELISM=1
|
||||||
|
@ -5,4 +5,4 @@ GCE_PROJECT=k8s-jkns-pr-node-e2e
|
|||||||
CLEANUP=true
|
CLEANUP=true
|
||||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
|
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
|
||||||
SETUP_NODE=false
|
SETUP_NODE=false
|
||||||
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path="" --feature-gates="StreamingProxyRedirects=true"'
|
||||||
|
@ -5,6 +5,6 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||||||
CLEANUP=true
|
CLEANUP=true
|
||||||
GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
|
GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
|
||||||
SETUP_NODE=false
|
SETUP_NODE=false
|
||||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
TEST_ARGS='--runtime-integration-type=cri --feature-gates="DynamicKubeletConfig=true,StreamingProxyRedirects=true" --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||||
PARALLELISM=1
|
PARALLELISM=1
|
||||||
TIMEOUT=3h
|
TIMEOUT=3h
|
||||||
|
@ -5,4 +5,4 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||||||
CLEANUP=true
|
CLEANUP=true
|
||||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||||
SETUP_NODE=false
|
SETUP_NODE=false
|
||||||
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path="" --feature-gates="StreamingProxyRedirects=true"'
|
||||||
|
Loading…
Reference in New Issue
Block a user