Skip git_repo testing 72/72772/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 9 Jul 2021 12:14:54 +0000 (14:14 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 9 Jul 2021 12:17:40 +0000 (14:17 +0200)
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 <cedric.ollivier@orange.com>
(cherry picked from commit 89dfd5adb8a1e4ac8a1278e421ef7fd90847c65e)

docker/smoke/testcases.yaml

index 3828e50..2a26dca 100644 (file)
@@ -366,7 +366,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
@@ -393,4 +394,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"