Skip to content

Commit

Permalink
Merge pull request #2186 from headlamp-k8s/e2e-sleep
Browse files Browse the repository at this point in the history
github: build-container: Fix container build
  • Loading branch information
illume authored Jul 22, 2024
2 parents a5654da + 318b278 commit b24c119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
run: kubectl apply -f e2e-tests/kubernetes-headlamp-ci.yaml
- name: Run e2e tests
run: |
echo "------------------------------------sleeping 3...------------------------------------"
sleep 6
echo "------------------------------------sleeping 12...------------------------------------"
sleep 12
kubectl get services --all-namespaces
kubectl get deployments -n kube-system
echo "------------------Waiting for headlamp deployment to be available...------------------"
Expand Down

0 comments on commit b24c119

Please sign in to comment.