Skip to content

Commit

Permalink
fix(ci): avoid false report of failed workflow (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion authored Oct 23, 2024
1 parent 9599631 commit 77bbe06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
- name: "Deploy target cluster"
run: |
kubectl apply -f .github/workflows/targetcluster-controlplane.yaml
kubectl apply -f .github/workflows/assets/targetcluster-controlplane.yaml
kubectl wait cluster capi-quickstart --for=condition=InfrastructureReady --timeout=10m
kubectl wait kamajicontrolplane capi-quickstart-kubevirt --for=condition=KamajiControlPlaneIsReady --timeout=10m
kubectl apply -f .github/workflows/targetcluster-workers.yaml
kubectl apply -f .github/workflows/assets/targetcluster-workers.yaml
sleep 30 # sleep for 30sec to machine CR to be created
Expand Down

0 comments on commit 77bbe06

Please sign in to comment.