mirror of https://github.com/k3s-io/k3s
Merge pull request #36030 from yujuhong/disable_mounter
Automatic merge from submit-queue Disable gci-mounter in cri node e2e tests gci-mounter is still being validated and there are known issues. Do not enable it for cri tests for now.pull/6/head
commit
737ba92f45
|
@ -5,5 +5,5 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||
CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]"'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true'
|
||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||
PARALLELISM=1
|
||||
|
|
|
@ -5,4 +5,4 @@ GCE_PROJECT=k8s-jkns-pr-node-e2e
|
|||
CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS='--runtime-integration-type=cri'
|
||||
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||
|
|
|
@ -5,6 +5,6 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||
CLEANUP=true
|
||||
GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true'
|
||||
TEST_ARGS='--runtime-integration-type=cri --feature-gates=DynamicKubeletConfig=true --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||
PARALLELISM=1
|
||||
TIMEOUT=3h
|
||||
|
|
|
@ -5,4 +5,4 @@ GCE_PROJECT=k8s-jkns-ci-node-e2e
|
|||
CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||
SETUP_NODE=false
|
||||
TEST_ARGS='--runtime-integration-type=cri'
|
||||
TEST_ARGS='--runtime-integration-type=cri --experimental-mounter-path="" --experimental-mounter-rootfs-path=""'
|
||||
|
|
Loading…
Reference in New Issue