@@ -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,59 @@ 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/
96
+ - bundle exec rake litmus: acceptance:parallel
99
97
services : docker
100
98
sudo : required
99
+
101
100
-
102
101
bundler_args :
103
102
dist : trusty
104
- env : PLATFORM=scientificlinux6_puppet5
103
+ env : PLATFORM=deb_puppet6
105
104
rvm : 2.5.1
106
105
before_script :
107
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6 ]'
108
- - bundle exec rake 'litmus:install_agent[puppet5 ]'
106
+ - bundle exec rake 'litmus:provision[docker, waffleimage/oraclelinux6 ]'
107
+ - bundle exec rake 'litmus:install_agent[puppet6 ]'
109
108
- bundle exec rake litmus:install_module
110
109
script :
111
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/ acceptance/
110
+ - bundle exec rake litmus: acceptance:parallel
112
111
services : docker
113
112
sudo : required
114
- -
113
+
114
+ -
115
115
bundler_args :
116
116
dist : trusty
117
- env : PLATFORM=scientificlinux6_puppet6
117
+ env : PLATFORM=deb_puppet6
118
118
rvm : 2.5.1
119
119
before_script :
120
- - bundle exec rake 'litmus:provision[docker, waffleimage/scientificlinux6 ]'
121
- - bundle exec rake 'litmus:install_agent[puppet6 ]'
120
+ - bundle exec rake 'litmus:provision[docker, waffleimage/oraclelinux6 ]'
121
+ - bundle exec rake 'litmus:install_agent[puppet5 ]'
122
122
- bundle exec rake litmus:install_module
123
123
script :
124
- - TARGET_HOST=localhost:2222 bundle exec rspec ./spec/ acceptance/
124
+ - bundle exec rake litmus: acceptance:parallel
125
125
services : docker
126
126
sudo : required
127
+
128
+
127
129
-
128
130
env : CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
129
131
-
0 commit comments