Skip to content

Commit ae81183

Browse files
author
Kevin Paulisse
committed
Don't retry catalogs that are expected to fail
1 parent 9cbd0ab commit ae81183

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

spec/octocatalog-diff/integration/preserve_environments_spec.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
spec_fact_file: 'facts.yaml',
1212
spec_repo: 'preserve-environments',
1313
argv: [
14-
'-n', 'rspec-node.github.net'
14+
'-n', 'rspec-node.github.net',
15+
'--retry-failed-catalog', '0'
1516
]
1617
)
1718
end
@@ -37,6 +38,7 @@
3738
spec_repo: 'preserve-environments',
3839
argv: [
3940
'-n', 'rspec-node.github.net',
41+
'--retry-failed-catalog', '0',
4042
'--preserve-environments',
4143
'--from-environment', 'one',
4244
'--to-environment', 'fluffy',
@@ -80,6 +82,7 @@
8082
spec_repo: 'preserve-environments',
8183
argv: [
8284
'-n', 'rspec-node.github.net',
85+
'--retry-failed-catalog', '0',
8386
'--preserve-environments',
8487
'--from-environment', 'one',
8588
'--to-environment', 'two',
@@ -101,6 +104,7 @@
101104
spec_repo: 'preserve-environments',
102105
argv: [
103106
'-n', 'rspec-node.github.net',
107+
'--retry-failed-catalog', '0',
104108
'--preserve-environments',
105109
'--from-environment', 'one',
106110
'--to-environment', 'two',
@@ -122,6 +126,7 @@
122126
spec_repo: 'preserve-environments',
123127
argv: [
124128
'-n', 'rspec-node.github.net',
129+
'--retry-failed-catalog', '0',
125130
'--preserve-environments',
126131
'--from-environment', 'one',
127132
'--to-environment', 'two',
@@ -167,6 +172,7 @@
167172
spec_repo: 'preserve-environments',
168173
argv: [
169174
'-n', 'rspec-node.github.net',
175+
'--retry-failed-catalog', '0',
170176
'--preserve-environments',
171177
'--from-environment', 'one',
172178
'--to-environment', 'two',
@@ -190,6 +196,7 @@
190196
spec_repo: 'preserve-environments',
191197
argv: [
192198
'-n', 'rspec-node.github.net',
199+
'--retry-failed-catalog', '0',
193200
'--preserve-environments',
194201
'--from-environment', 'one',
195202
'--to-environment', 'two'

0 commit comments

Comments
 (0)