Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
Mahesh Shetty authored and Mahesh Shetty committed Dec 16, 2024
1 parent 5a75db3 commit 422e92c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocs_ci/helpers/stretchcluster_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def check_errors_regex(desc_out, err_msgs):
replica_count=4,
namespace=constants.STRETCH_CLUSTER_NAMESPACE,
)
break

elif (
app_label.split("=")[1] in str(pod.get_labels())
Expand All @@ -164,7 +163,6 @@ def check_errors_regex(desc_out, err_msgs):
count=4,
namespace=constants.STRETCH_CLUSTER_NAMESPACE,
)
break

elif (
app_label.split("=")[1] in str(pod.get_labels())
Expand All @@ -187,7 +185,7 @@ def check_errors_regex(desc_out, err_msgs):
replica_count=2,
namespace=constants.STRETCH_CLUSTER_NAMESPACE,
)
break
break

# fetch workload pod details now and make sure all of them are running
logger.info("Checking if the logwriter pods are up and running now")
Expand Down

0 comments on commit 422e92c

Please sign in to comment.