ci: retry chart install and reduce timeout

This commit is contained in:
Michael Kriese 2024-02-07 12:22:17 +01:00
parent cc789743a5
commit e4c55e677d
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 9 additions and 2 deletions

View file

@ -116,7 +116,14 @@ jobs:
- run: kubectl get no -o wide
- name: install chart
run: ct install --config tools/ct.yml --charts .
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
with:
timeout_minutes: 15
max_attempts: 3
retry_on: error
retry_wait_seconds: 60
polling_interval_seconds: 5
command: ct install --config tools/ct.yml --charts .
# # Catch-all required check for test matrix
test-success:

View file

@ -1,4 +1,4 @@
helm-extra-args: --timeout 900s
helm-extra-args: --timeout 3m
check-version-increment: false
debug: true
target-branch: main