From 89dfd5adb8a1e4ac8a1278e421ef7fd90847c65e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 9 Jul 2021 14:14:54 +0200 Subject: Skip git_repo testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As discussed in Kind [1], this test is for the deprecated in-tree GitRepo volume type. "we shouldn't expend resources on these volume types". [1] https://github.com/kubernetes-sigs/kind/issues/2356 [2] https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_storage_serial-run/16/console Change-Id: I9951f49208376652e8d580b3086f72994424cf80 Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index bda6f8c6..3d820ebe 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -346,7 +346,8 @@ tiers: \\[Feature:Windows\\]|\ \\[NodeFeature:EphemeralStorage\\]|\ PersistentVolumes.NFS|\ - should provision storage with different parameters" + should provision storage with different parameters|\ + should not cause race condition when used for git_repo" - case_name: sig_storage_serial project_name: functest criteria: 100 @@ -373,4 +374,5 @@ tiers: \\[Feature:Windows\\]|\ \\[NodeFeature:EphemeralStorage\\]|\ PersistentVolumes.NFS|\ - should provision storage with different parameters" + should provision storage with different parameters|\ + should not cause race condition when used for git_repo" -- cgit 1.2.3-korg