diff options
author | 2023-12-18 10:25:06 +0100 | |
---|---|---|
committer | 2023-12-18 10:25:06 +0100 | |
commit | 21b09e517cdc3a1ac1843b43df6557f2bf8d9f92 (patch) | |
tree | b96549c7e4fa798ffb8e6acc564e6cf79e5b5077 /docker/smoke | |
parent | 99c1675f0201f26e65f4b195f042cca7a2996054 (diff) |
Skip should perform canary updates ...
https://github.com/kubernetes/kubernetes/issues/119685
https://github.com/kubernetes/kubernetes/pull/120731/commits/00c21ced3abba18d93b38f7232a353b6b28d8eae
Change-Id: I98dcbfbc5d4f0250c899cc6ee6b1f8d52a3240aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke')
-rw-r--r-- | docker/smoke/testcases.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index a4449044..7b863e6c 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -108,7 +108,8 @@ tiers: \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulSetAutoDeletePVC\\]|\ \\[Feature:StatefulUpgrade\\]|\ - \\[Feature:SuspendJob\\]" + \\[Feature:SuspendJob\\]|\ + should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" - case_name: sig_apps_serial project_name: functest criteria: 100 @@ -129,7 +130,8 @@ tiers: \\[Feature:IndexedJob\\]|\ \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulUpgrade\\]|\ - \\[Feature:SuspendJob\\]" + \\[Feature:SuspendJob\\]|\ + should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" - case_name: sig_auth project_name: functest criteria: 100 |