Skip to content

Commit 7f7c840

Browse files
authored
Merge pull request #1272 from puppetlabs/pdksync_travis-updates
pdksync - (maint) travis updates: bundler and slack
2 parents 49f16a8 + 62868fc commit 7f7c840

File tree

3 files changed

+10
-24
lines changed

3 files changed

+10
-24
lines changed

.sync.yml

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
sudo: required
9393
stage: acceptance
9494
simplecov: true
95+
notifications:
96+
slack:
97+
secure: XpBD602OXRZHSTDylzzx/OqpfThEJPbx0PLhXctWuES4GpW1EHWnyPgrliNOaJOh0Zb7qMrdaKWLOltfqPT5IanPd0XF7GbT8RrNeLTmLXqvHmC6dDqWxnvFvdSrGwqpj7s7Dbwl79nmszONRj1OlolPmJgY/2kGw88c71biaas=
9598
appveyor.yml:
9699
delete: true
97100
Gemfile:

.travis.yml

+5-22
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ cache: bundler
55
before_install:
66
- bundle -v
77
- 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'
911
- gem --version
1012
- bundle -v
1113
script:
@@ -71,27 +73,6 @@ matrix:
7173
services: docker
7274
stage: acceptance
7375
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
9576
-
9677
before_script: ["bundle exec rake 'litmus:provision_list[travis_el6]'", "bundle exec rake 'litmus:install_agent[puppet5]'", "bundle exec rake litmus:install_module"]
9778
bundler_args:
@@ -119,3 +100,5 @@ branches:
119100
- release
120101
notifications:
121102
email: false
103+
slack:
104+
secure: XpBD602OXRZHSTDylzzx/OqpfThEJPbx0PLhXctWuES4GpW1EHWnyPgrliNOaJOh0Zb7qMrdaKWLOltfqPT5IanPd0XF7GbT8RrNeLTmLXqvHmC6dDqWxnvFvdSrGwqpj7s7Dbwl79nmszONRj1OlolPmJgY/2kGw88c71biaas=

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
],
8585
"description": "MySQL module",
8686
"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"
8989
}

0 commit comments

Comments
 (0)