mirror of https://github.com/k3s-io/k3s
Extend the default ci node e2e test timeout to 1h.
parent
6b16307d1f
commit
0247626ed2
|
@ -6,3 +6,4 @@ CLEANUP=true
|
|||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS='--enable-cri=true --experimental-mounter-path="" --experimental-mounter-rootfs-path="" --feature-gates="StreamingProxyRedirects=true"'
|
||||
TIMEOUT=1h
|
||||
|
|
|
@ -15,3 +15,4 @@ GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_V
|
|||
CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||
SETUP_NODE=true
|
||||
TIMEOUT=1h
|
||||
|
|
|
@ -6,3 +6,4 @@ CLEANUP=true
|
|||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS=--cgroups-per-qos=true
|
||||
TIMEOUT=1h
|
||||
|
|
Loading…
Reference in New Issue