Skip to content

Commit

Permalink
chore: Address flaky e2e tests (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed Jul 3, 2024
1 parent fed8383 commit 2b38d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ commands:
namespaced: false
- command: kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/release.yaml
namespaced: false
- command: kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
namespaced: false
# wait for webhooks to be ready
- command: sleep 60
namespaced: false
- command: kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/latest/interceptors.yaml
namespaced: false
- command: helm repo add epamedp https://epam.github.io/edp-helm-charts/stable
namespaced: true
- command: helm dependency update ./charts/pipelines-library
Expand Down

0 comments on commit 2b38d93

Please sign in to comment.