@@ -2,12 +2,12 @@ version: 2.1
2
2
orbs :
3
3
4
4
jobs :
5
- specs-ruby21-puppet46 : &specs
5
+ specs-ruby21-puppet410 : &specs
6
6
machine : true
7
7
environment :
8
8
STRICT_VARIABLES : ' yes'
9
9
RUBY_VERSION : ' 2.1.9'
10
- PUPPET_VERSION : ' 4.6.2 '
10
+ PUPPET_VERSION : ' 4.10.9 '
11
11
steps :
12
12
- checkout
13
13
- run :
23
23
name : Run tests
24
24
command : rvm $RUBY_VERSION --verbose do bundle exec rake test
25
25
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
-
33
26
specs-ruby21-puppet50 :
34
27
<< : *specs
35
28
environment :
48
41
# specs-ruby21-puppet60
49
42
# specs-ruby21-puppet65
50
43
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
-
58
44
specs-ruby22-puppet410 :
59
45
<< : *specs
60
46
environment :
80
66
# specs-ruby22-puppet60
81
67
# specs-ruby22-puppet65
82
68
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
-
90
69
specs-ruby23-puppet410 :
91
70
<< : *specs
92
71
environment :
@@ -122,13 +101,6 @@ jobs:
122
101
RUBY_VERSION : ' 2.3.6'
123
102
PUPPET_VERSION : ' 6.5.0'
124
103
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
-
132
104
specs-ruby24-puppet410 :
133
105
<< : *specs
134
106
environment :
@@ -164,13 +136,6 @@ jobs:
164
136
RUBY_VERSION : ' 2.4.3'
165
137
PUPPET_VERSION : ' 6.5.0'
166
138
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
-
174
139
specs-ruby25-puppet410 :
175
140
<< : *specs
176
141
environment :
@@ -295,27 +260,22 @@ workflows:
295
260
version : 2
296
261
build_and_test :
297
262
jobs :
298
- - specs-ruby21-puppet46
299
263
- specs-ruby21-puppet410
300
264
- specs-ruby21-puppet50
301
265
- specs-ruby21-puppet53
302
- - specs-ruby22-puppet46
303
266
- specs-ruby22-puppet410
304
267
- specs-ruby22-puppet50
305
268
- specs-ruby22-puppet53
306
- - specs-ruby23-puppet46
307
269
- specs-ruby23-puppet410
308
270
- specs-ruby23-puppet50
309
271
- specs-ruby23-puppet53
310
272
- specs-ruby23-puppet60
311
273
- specs-ruby23-puppet65
312
- - specs-ruby24-puppet46
313
274
- specs-ruby24-puppet410
314
275
- specs-ruby24-puppet50
315
276
- specs-ruby24-puppet53
316
277
- specs-ruby24-puppet60
317
278
- specs-ruby24-puppet65
318
- - specs-ruby25-puppet46
319
279
- specs-ruby25-puppet410
320
280
- specs-ruby25-puppet50
321
281
- specs-ruby25-puppet53
0 commit comments