Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
0415c8b9
Unverified
Commit
0415c8b9
authored
Nov 01, 2018
by
Raphaël Pinson
Browse files
Fix allow_failures in .sync.yml
parent
9fb6b59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.sync.yml
View file @
0415c8b9
...
...
@@ -8,16 +8,24 @@
# idempotent
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-6"
env
:
-
PUPPET_INSTALL_TYPE=agent
-
BEAKER_IS_PE=no
-
BEAKER_PUPPET_COLLECTION=puppet5
-
BEAKER_debug=true
-
BEAKER_setfile=debian6-64{hypervisor=docker}
bundler_args
:
script
:
sudo service docker restart ; sleep 10 &&
bundle exec rspec spec/acceptance/*_spec.rb
script
:
bundle exec rspec spec/acceptance/*_spec.rb
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-7"
env
:
-
PUPPET_INSTALL_TYPE=agent
-
BEAKER_IS_PE=no
-
BEAKER_PUPPET_COLLECTION=puppet5
-
BEAKER_debug=true
-
BEAKER_setfile=debian7-64{hypervisor=docker}
bundler_args
:
script
:
sudo service docker restart ; sleep 10 &&
bundle exec rspec spec/acceptance/*_spec.rb
script
:
bundle exec rspec spec/acceptance/*_spec.rb
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment