diff --git a/test/salt/pillar/amazon.sls b/test/salt/pillar/amazon.sls index f328c1e..5261f4c 100644 --- a/test/salt/pillar/amazon.sls +++ b/test/salt/pillar/amazon.sls @@ -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 diff --git a/test/salt/pillar/arch.sls b/test/salt/pillar/arch.sls index e2bbe8d..ad7f33a 100644 --- a/test/salt/pillar/arch.sls +++ b/test/salt/pillar/arch.sls @@ -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 diff --git a/test/salt/pillar/debian.sls b/test/salt/pillar/debian.sls index 7886c3a..b7c8aa4 100644 --- a/test/salt/pillar/debian.sls +++ b/test/salt/pillar/debian.sls @@ -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 diff --git a/test/salt/pillar/fedora.sls b/test/salt/pillar/fedora.sls index b9dc17e..72865f2 100644 --- a/test/salt/pillar/fedora.sls +++ b/test/salt/pillar/fedora.sls @@ -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 diff --git a/test/salt/pillar/opensuse.sls b/test/salt/pillar/opensuse.sls index 8f0c30a..addd1fe 100644 --- a/test/salt/pillar/opensuse.sls +++ b/test/salt/pillar/opensuse.sls @@ -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 diff --git a/test/salt/pillar/redhat.sls b/test/salt/pillar/redhat.sls index 32e67ec..bc18ae2 100644 --- a/test/salt/pillar/redhat.sls +++ b/test/salt/pillar/redhat.sls @@ -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 diff --git a/test/salt/pillar/ubuntu.sls b/test/salt/pillar/ubuntu.sls index 96fde89..134a3c5 100644 --- a/test/salt/pillar/ubuntu.sls +++ b/test/salt/pillar/ubuntu.sls @@ -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