From 01b7629dadec7674a5296fcc565b90d05de7aad1 Mon Sep 17 00:00:00 2001 From: M R DHANUSH <111651814+Dhanush0369@users.noreply.github.com> Date: Mon, 27 May 2024 16:21:26 +0530 Subject: [PATCH] Update E2E-chaoscenter-pipeline.yml --- .github/workflows/E2E-chaoscenter-pipeline.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/E2E-chaoscenter-pipeline.yml b/.github/workflows/E2E-chaoscenter-pipeline.yml index c9f035d7c..ba6ea5e1a 100644 --- a/.github/workflows/E2E-chaoscenter-pipeline.yml +++ b/.github/workflows/E2E-chaoscenter-pipeline.yml @@ -19,12 +19,13 @@ jobs: run: minikube start - name: Apply Litmus manifest - run: | - kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-cluster-scope.yaml + run: | + kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/chaoscenter/manifests/litmus-cluster-scope.yaml - - name: Wait for Litmus pods to be ready - run: | - kubectl wait --for=condition=Ready pods --all --namespace=litmus --timeout=300s + - name: Wait for Litmus pods to be ready + run: | + sleep 30 + kubectl wait --for=condition=Ready pods --all --namespace=litmus --timeout=300s - name: Extract Minikube IP and NodePort id: extract-urls @@ -47,4 +48,4 @@ jobs: - \ No newline at end of file +