File tree 3 files changed +10
-24
lines changed
3 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 92
92
sudo : required
93
93
stage : acceptance
94
94
simplecov : true
95
+ notifications :
96
+ slack :
97
+ secure : XpBD602OXRZHSTDylzzx/OqpfThEJPbx0PLhXctWuES4GpW1EHWnyPgrliNOaJOh0Zb7qMrdaKWLOltfqPT5IanPd0XF7GbT8RrNeLTmLXqvHmC6dDqWxnvFvdSrGwqpj7s7Dbwl79nmszONRj1OlolPmJgY/2kGw88c71biaas=
95
98
appveyor.yml :
96
99
delete : true
97
100
Gemfile :
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ cache: bundler
5
5
before_install :
6
6
- bundle -v
7
7
- rm -f Gemfile.lock
8
- - gem update --system $RUBYGEMS_VERSION
8
+ - " # Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
9
+ - " # See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
10
+ - ' [ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
9
11
- gem --version
10
12
- bundle -v
11
13
script :
@@ -71,27 +73,6 @@ matrix:
71
73
services : docker
72
74
stage : acceptance
73
75
sudo : required
74
- # FM-8784: Back out CentOS 8, Puppet 6 tests until image provisioning issue can be resolved
75
- # -
76
- # before_script: ["bundle exec rake 'litmus:provision_list[travis_el8]'", "bundle exec rake 'litmus:install_agent[puppet5]'", "bundle exec rake litmus:install_module"]
77
- # bundler_args:
78
- # dist: trusty
79
- # env: PLATFORMS=el8_puppet5
80
- # rvm: 2.5.3
81
- # script: ["bundle exec rake litmus:acceptance:parallel"]
82
- # services: docker
83
- # stage: acceptance
84
- # sudo: required
85
- # -
86
- # before_script: ["bundle exec rake 'litmus:provision_list[travis_el8]'", "bundle exec rake 'litmus:install_agent[puppet6]'", "bundle exec rake litmus:install_module"]
87
- # bundler_args:
88
- # dist: trusty
89
- # env: PLATFORM=el8_puppet6
90
- # rvm: 2.5.3
91
- # script: ["bundle exec rake litmus:acceptance:parallel"]
92
- # services: docker
93
- # stage: acceptance
94
- # sudo: required
95
76
-
96
77
before_script : ["bundle exec rake 'litmus:provision_list[travis_el6]'", "bundle exec rake 'litmus:install_agent[puppet5]'", "bundle exec rake litmus:install_module"]
97
78
bundler_args :
@@ -119,3 +100,5 @@ branches:
119
100
- release
120
101
notifications :
121
102
email : false
103
+ slack :
104
+ secure : XpBD602OXRZHSTDylzzx/OqpfThEJPbx0PLhXctWuES4GpW1EHWnyPgrliNOaJOh0Zb7qMrdaKWLOltfqPT5IanPd0XF7GbT8RrNeLTmLXqvHmC6dDqWxnvFvdSrGwqpj7s7Dbwl79nmszONRj1OlolPmJgY/2kGw88c71biaas=
Original file line number Diff line number Diff line change 84
84
],
85
85
"description" : " MySQL module" ,
86
86
"template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
87
- "template-ref" : " heads/master-0-g643529a " ,
88
- "pdk-version" : " 1.14.1 "
87
+ "template-ref" : " heads/master-0-gcaed9d7 " ,
88
+ "pdk-version" : " 1.15.0 "
89
89
}
You can’t perform that action at this time.
0 commit comments