Skip to content

Commit

Permalink
Enable acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and mmoll committed Feb 26, 2018
1 parent 4d0534d commit 7f65ad6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
.travis.yml:
beaker_sets:
- docker/centos-7
- docker/debian-9
env:
global:
- PARALLEL_TEST_PROCESSORS=8
Expand Down
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,18 @@ matrix:
include:
- rvm: 2.4.1
env: PUPPET_VERSION=5.0
# Acceptance tests
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
script: bundle exec rake beaker
services: docker
bundler_args: --without development
- rvm: 2.3.1
dist: trusty
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/debian-9
script: bundle exec rake beaker
services: docker
bundler_args: --without development
bundler_args: --without system_tests development
sudo: false

0 comments on commit 7f65ad6

Please sign in to comment.