@@ -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,30 @@ matrix:
75
73
-
76
74
bundler_args :
77
75
dist : trusty
78
- env : PLATFORM=centos6_puppet5
79
- rvm : 2.5.1
80
- before_script :
81
- - bundle exec rake 'litmus:provision[docker, waffleimage/centos6]'
82
- - bundle exec rake 'litmus:install_agent[puppet5]'
83
- - bundle exec rake litmus:install_module
84
- script :
85
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/acceptance/
86
- services : docker
87
- sudo : required
88
- -
89
- bundler_args :
90
- dist : trusty
91
- env : PLATFORM=centos6_puppet6
92
- rvm : 2.5.1
93
- before_script :
94
- - bundle exec rake 'litmus:provision[docker, waffleimage/centos6]'
95
- - bundle exec rake 'litmus:install_agent[puppet6]'
96
- - bundle exec rake litmus:install_module
97
- 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
76
+ env : PLATFORMS=el6_puppet5
77
+ rvm : 2.5.3
106
78
before_script :
107
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6 ]'
79
+ - bundle exec rake 'litmus:provision_list[travis_el6 ]'
108
80
- bundle exec rake 'litmus:install_agent[puppet5]'
109
81
- bundle exec rake litmus:install_module
110
82
script :
111
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/ acceptance/
83
+ - bundle exec rake litmus: acceptance:parallel
112
84
services : docker
113
85
sudo : required
114
86
-
115
87
bundler_args :
116
88
dist : trusty
117
- env : PLATFORM=scientificlinux6_puppet6
118
- rvm : 2.5.1
89
+ env : PLATFORMS=el6_puppet6
90
+ rvm : 2.5.3
119
91
before_script :
120
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6 ]'
92
+ - bundle exec rake 'litmus:provision_list[travis_el6 ]'
121
93
- bundle exec rake 'litmus:install_agent[puppet6]'
122
94
- bundle exec rake litmus:install_module
123
95
script :
124
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/ acceptance/
96
+ - bundle exec rake litmus: acceptance:parallel
125
97
services : docker
126
98
sudo : required
99
+
127
100
-
128
101
env : CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
129
102
-
0 commit comments