Skip to content

Commit

Permalink
Wait till tekton packages are well deployed
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Aug 12, 2024
1 parent 39ead8f commit 9cc6638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
IDPBUILDER_VERSION: v0.6.0

TEKTON_VERSION: v0.60.1
TEKTON_VERSION: v0.61.1
TEKTON_CLIENT_VERSION: 0.37.0

jobs:
Expand Down Expand Up @@ -39,4 +39,5 @@ jobs:
- name: Check resources installed on the cluster
run: |
kubectl rollout status -n tekton-pipelines deployment/tekton-pipelines-controller
kubectl get po -A

0 comments on commit 9cc6638

Please sign in to comment.