@@ -25,7 +25,6 @@ matrix:
25
25
rvm : 2.5.1
26
26
before_script :
27
27
- bundle exec rake 'litmus:provision_list[travis_deb]'
28
- - bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'
29
28
- bundle exec rake 'litmus:install_agent[puppet5]'
30
29
- bundle exec rake litmus:install_module
31
30
script :
@@ -39,7 +38,6 @@ matrix:
39
38
rvm : 2.5.1
40
39
before_script :
41
40
- bundle exec rake 'litmus:provision_list[travis_deb]'
42
- - bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --nodes='localhost*'
43
41
- bundle exec rake 'litmus:install_agent[puppet6]'
44
42
- bundle exec rake litmus:install_module
45
43
script :
@@ -75,55 +73,31 @@ matrix:
75
73
-
76
74
bundler_args :
77
75
dist : trusty
78
- env : PLATFORM=centos6_puppet5
79
- rvm : 2.5.1
76
+ env : PLATFORMS=el6_puppet5
77
+ rvm : 2.5.3
80
78
before_script :
81
- - bundle exec rake 'litmus:provision[docker, waffleimage/centos6 ]'
79
+ - bundle exec rake 'litmus:provision_list[travis_el6 ]'
82
80
- bundle exec rake 'litmus:install_agent[puppet5]'
83
81
- bundle exec rake litmus:install_module
84
82
script :
85
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/ acceptance/
83
+ - bundle exec rake litmus: acceptance:parallel
86
84
services : docker
87
85
sudo : required
88
86
-
89
87
bundler_args :
90
88
dist : trusty
91
- env : PLATFORM=centos6_puppet6
92
- rvm : 2.5.1
89
+ env : PLATFORMS=el6_puppet6
90
+ rvm : 2.5.3
93
91
before_script :
94
- - bundle exec rake 'litmus:provision[docker, waffleimage/centos6 ]'
92
+ - bundle exec rake 'litmus:provision_list[travis_el6 ]'
95
93
- bundle exec rake 'litmus:install_agent[puppet6]'
96
94
- bundle exec rake litmus:install_module
97
95
script :
98
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/acceptance/
99
- services : docker
100
- sudo : required
101
- -
102
- bundler_args :
103
- dist : trusty
104
- env : PLATFORM=scientificlinux6_puppet5
105
- rvm : 2.5.1
106
- before_script :
107
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6]'
108
- - bundle exec rake 'litmus:install_agent[puppet5]'
109
- - bundle exec rake litmus:install_module
110
- script :
111
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/acceptance/
96
+ - bundle exec rake litmus:acceptance:parallel
112
97
services : docker
113
98
sudo : required
99
+
114
100
-
115
- bundler_args :
116
- dist : trusty
117
- env : PLATFORM=scientificlinux6_puppet6
118
- rvm : 2.5.1
119
- before_script :
120
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6]'
121
- - bundle exec rake 'litmus:install_agent[puppet6]'
122
- - bundle exec rake litmus:install_module
123
- script :
124
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/acceptance/
125
- services : docker
126
- sudo : required
127
101
-
128
102
env : CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
129
103
-
0 commit comments