@@ -2,12 +2,12 @@ version: 2.1
22orbs :
3344jobs :
5- specs-ruby21-puppet46 : &specs
5+ specs-ruby21-puppet410 : &specs
66 machine : true
77 environment :
88 STRICT_VARIABLES : ' yes'
99 RUBY_VERSION : ' 2.1.9'
10- PUPPET_VERSION : ' 4.6.2 '
10+ PUPPET_VERSION : ' 4.10.9 '
1111 steps :
1212 - checkout
1313 - run :
2323 name : Run tests
2424 command : rvm $RUBY_VERSION --verbose do bundle exec rake test
2525
26- specs-ruby21-puppet410 :
27- << : *specs
28- environment :
29- STRICT_VARIABLES : ' yes'
30- RUBY_VERSION : ' 2.1.9'
31- PUPPET_VERSION : ' 4.10.9'
32-
3326 specs-ruby21-puppet50 :
3427 << : *specs
3528 environment :
4841 # specs-ruby21-puppet60
4942 # specs-ruby21-puppet65
5043
51- specs-ruby22-puppet46 :
52- << : *specs
53- environment :
54- STRICT_VARIABLES : ' yes'
55- RUBY_VERSION : ' 2.2.3'
56- PUPPET_VERSION : ' 4.6.2'
57-
5844 specs-ruby22-puppet410 :
5945 << : *specs
6046 environment :
8066 # specs-ruby22-puppet60
8167 # specs-ruby22-puppet65
8268
83- specs-ruby23-puppet46 :
84- << : *specs
85- environment :
86- STRICT_VARIABLES : ' yes'
87- RUBY_VERSION : ' 2.3.6'
88- PUPPET_VERSION : ' 4.6.2'
89-
9069 specs-ruby23-puppet410 :
9170 << : *specs
9271 environment :
@@ -122,13 +101,6 @@ jobs:
122101 RUBY_VERSION : ' 2.3.6'
123102 PUPPET_VERSION : ' 6.5.0'
124103
125- specs-ruby24-puppet46 :
126- << : *specs
127- environment :
128- STRICT_VARIABLES : ' yes'
129- RUBY_VERSION : ' 2.4.3'
130- PUPPET_VERSION : ' 4.6.2'
131-
132104 specs-ruby24-puppet410 :
133105 << : *specs
134106 environment :
@@ -164,13 +136,6 @@ jobs:
164136 RUBY_VERSION : ' 2.4.3'
165137 PUPPET_VERSION : ' 6.5.0'
166138
167- specs-ruby25-puppet46 :
168- << : *specs
169- environment :
170- STRICT_VARIABLES : ' yes'
171- RUBY_VERSION : ' 2.5.3'
172- PUPPET_VERSION : ' 4.6.2'
173-
174139 specs-ruby25-puppet410 :
175140 << : *specs
176141 environment :
@@ -295,27 +260,22 @@ workflows:
295260 version : 2
296261 build_and_test :
297262 jobs :
298- - specs-ruby21-puppet46
299263 - specs-ruby21-puppet410
300264 - specs-ruby21-puppet50
301265 - specs-ruby21-puppet53
302- - specs-ruby22-puppet46
303266 - specs-ruby22-puppet410
304267 - specs-ruby22-puppet50
305268 - specs-ruby22-puppet53
306- - specs-ruby23-puppet46
307269 - specs-ruby23-puppet410
308270 - specs-ruby23-puppet50
309271 - specs-ruby23-puppet53
310272 - specs-ruby23-puppet60
311273 - specs-ruby23-puppet65
312- - specs-ruby24-puppet46
313274 - specs-ruby24-puppet410
314275 - specs-ruby24-puppet50
315276 - specs-ruby24-puppet53
316277 - specs-ruby24-puppet60
317278 - specs-ruby24-puppet65
318- - specs-ruby25-puppet46
319279 - specs-ruby25-puppet410
320280 - specs-ruby25-puppet50
321281 - specs-ruby25-puppet53
0 commit comments