test(ssh-ci): deflake SSH CI with exponential backoff (#859)
* test(ssh-ci): deflake SSH CI with exponential backoff Signed-off-by: Xe Iaso <me@xeiaso.net> * test(ssh-ci): re-disable in PRs Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
36e25ff5f3
commit
1a9d8fb0cf
3 changed files with 12 additions and 2 deletions
6
.github/workflows/smoke-tests.yml
vendored
6
.github/workflows/smoke-tests.yml
vendored
|
|
@ -35,7 +35,11 @@ jobs:
|
|||
|
||||
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
|
||||
|
||||
- name: Install utils
|
||||
run: |
|
||||
go install ./utils/cmd/...
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
cd test/${{ matrix.test }}
|
||||
./test.sh
|
||||
backoff-retry --try-count 10 ./test.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue