Skip to content

Commit

Permalink
Update E2E-chaoscenter-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanush0369 committed May 27, 2024
1 parent f2c4c6b commit 01b7629
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/E2E-chaoscenter-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,4 +48,4 @@ jobs:





0 comments on commit 01b7629

Please sign in to comment.