Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
0415c8b9
Unverified
Commit
0415c8b9
authored
Nov 01, 2018
by
Raphaël Pinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix allow_failures in .sync.yml
parent
9fb6b59e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
.sync.yml
.sync.yml
+14
-6
No files found.
.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
Markdown
is supported
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