From 64c3f94d049e246512ff905a92a3c584522aa300 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 18 Dec 2023 15:26:27 +0100 Subject: Reduce regex < 80 chars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f28b02188aff54fffe19f3652d3881270a3eb4b Signed-off-by: Cédric Ollivier (cherry picked from commit 052eaad0ec0395723a7f2d8fd2d59751785f2276) --- docker/smoke/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index b84d9fd7..6f542a95 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -111,7 +111,7 @@ tiers: \\[Feature:StatefulSetAutoDeletePVC\\]|\ \\[Feature:StatefulUpgrade\\]|\ \\[Feature:SuspendJob\\]|\ - should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" + should perform canary updates and phased rolling updates" - case_name: sig_apps_serial project_name: functest criteria: 100 @@ -133,7 +133,7 @@ tiers: \\[Feature:StatefulSet\\]|\ \\[Feature:StatefulUpgrade\\]|\ \\[Feature:SuspendJob\\]|\ - should perform canary updates and phased rolling updates of template modifications for partiton1 and delete pod-0 with failing container" + should perform canary updates and phased rolling updates" - case_name: sig_auth project_name: functest criteria: 100 -- cgit 1.2.3-korg