Skip to content

Commit

Permalink
ci(pillars): use one retry to prevent excessive slow-down in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 16, 2020
1 parent bd909bd commit 48ae3c9
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
4 changes: 4 additions & 0 deletions test/salt/pillar/amazon.sls
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ packages:
- kwalify
remote_pkgs:
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'

# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1
8 changes: 6 additions & 2 deletions test/salt/pillar/arch.sls
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ packages:
- diff-lcs
- kitchen-vagrant
- kwalify
# remote_pkgs:
# zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
# remote_pkgs:
# 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
4 changes: 4 additions & 0 deletions test/salt/pillar/debian.sls
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,7 @@ packages:

remote_pkgs:
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb'

# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1
4 changes: 4 additions & 0 deletions test/salt/pillar/fedora.sls
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ packages:
- kwalify
remote_pkgs:
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'

# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1
8 changes: 6 additions & 2 deletions test/salt/pillar/opensuse.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ packages:
- diff-lcs
- kitchen-vagrant
- kwalify
# remote_pkgs:
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
# remote_pkgs:
# 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
4 changes: 4 additions & 0 deletions test/salt/pillar/redhat.sls
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ packages:
- kwalify
remote_pkgs:
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'

# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1
4 changes: 4 additions & 0 deletions test/salt/pillar/ubuntu.sls
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ packages:
clean:
- github.com/golang/example/hello
- github.com/golang/example/outyet

# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1

0 comments on commit 48ae3c9

Please sign in to comment.