Skip to content

Commit 48ae3c9

Browse files
committed
ci(pillars): use one retry to prevent excessive slow-down in Travis
1 parent bd909bd commit 48ae3c9

File tree

7 files changed

+32
-4
lines changed

7 files changed

+32
-4
lines changed

test/salt/pillar/amazon.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ packages:
3939
- kwalify
4040
remote_pkgs:
4141
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
42+
43+
# Override the default setting to prevent wasteful delays in Travis
44+
retry_options:
45+
attempts: 1

test/salt/pillar/arch.sls

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ packages:
3333
- diff-lcs
3434
- kitchen-vagrant
3535
- kwalify
36-
# remote_pkgs:
37-
# zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
36+
# remote_pkgs:
37+
# zoom: 'https://zoom.us/client/latest/zoom_x86_64.tar.xz'
38+
39+
# Override the default setting to prevent wasteful delays in Travis
40+
retry_options:
41+
attempts: 1

test/salt/pillar/debian.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,7 @@ packages:
140140

141141
remote_pkgs:
142142
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb'
143+
144+
# Override the default setting to prevent wasteful delays in Travis
145+
retry_options:
146+
attempts: 1

test/salt/pillar/fedora.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ packages:
3636
- kwalify
3737
remote_pkgs:
3838
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
39+
40+
# Override the default setting to prevent wasteful delays in Travis
41+
retry_options:
42+
attempts: 1

test/salt/pillar/opensuse.sls

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ packages:
2626
- diff-lcs
2727
- kitchen-vagrant
2828
- kwalify
29-
# remote_pkgs:
30-
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
29+
# remote_pkgs:
30+
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
31+
32+
# Override the default setting to prevent wasteful delays in Travis
33+
retry_options:
34+
attempts: 1

test/salt/pillar/redhat.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ packages:
3939
- kwalify
4040
remote_pkgs:
4141
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'
42+
43+
# Override the default setting to prevent wasteful delays in Travis
44+
retry_options:
45+
attempts: 1

test/salt/pillar/ubuntu.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ packages:
109109
clean:
110110
- github.com/golang/example/hello
111111
- github.com/golang/example/outyet
112+
113+
# Override the default setting to prevent wasteful delays in Travis
114+
retry_options:
115+
attempts: 1

0 commit comments

Comments
 (0)