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.
This commit is contained in:
		@@ -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=""'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user