mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
ci(pillars): use one retry to prevent excessive slow-down in Travis
This commit is contained in:
parent
bd909bd1b6
commit
48ae3c98fd
7 changed files with 32 additions and 4 deletions
|
@ -39,3 +39,7 @@ packages:
|
||||||
- kwalify
|
- kwalify
|
||||||
remote_pkgs:
|
remote_pkgs:
|
||||||
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -33,5 +33,9 @@ packages:
|
||||||
- diff-lcs
|
- diff-lcs
|
||||||
- kitchen-vagrant
|
- kitchen-vagrant
|
||||||
- kwalify
|
- kwalify
|
||||||
# remote_pkgs:
|
# remote_pkgs:
|
||||||
# zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
|
# zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -140,3 +140,7 @@ packages:
|
||||||
|
|
||||||
remote_pkgs:
|
remote_pkgs:
|
||||||
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb'
|
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -36,3 +36,7 @@ packages:
|
||||||
- kwalify
|
- kwalify
|
||||||
remote_pkgs:
|
remote_pkgs:
|
||||||
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -26,5 +26,9 @@ packages:
|
||||||
- diff-lcs
|
- diff-lcs
|
||||||
- kitchen-vagrant
|
- kitchen-vagrant
|
||||||
- kwalify
|
- kwalify
|
||||||
# remote_pkgs:
|
# remote_pkgs:
|
||||||
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
|
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -39,3 +39,7 @@ packages:
|
||||||
- kwalify
|
- kwalify
|
||||||
remote_pkgs:
|
remote_pkgs:
|
||||||
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
|
@ -109,3 +109,7 @@ packages:
|
||||||
clean:
|
clean:
|
||||||
- github.com/golang/example/hello
|
- github.com/golang/example/hello
|
||||||
- github.com/golang/example/outyet
|
- github.com/golang/example/outyet
|
||||||
|
|
||||||
|
# Override the default setting to prevent wasteful delays in Travis
|
||||||
|
retry_options:
|
||||||
|
attempts: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue