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
7475229c
Unverified
Commit
7475229c
authored
Aug 17, 2018
by
Raphaël Pinson
Browse files
Allow failure on old Debian versions
parent
5d1124a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.sync.yml
View file @
7475229c
...
...
@@ -3,3 +3,21 @@
acceptance
:
-
'
*'
forge_password
:
"
XAv4O363tng0KuRnu1ZhhwORy+2CF9UQwdwlFmS+NG9jOaTZZN+PMK8iC7OSIvZN6cfKlYjHRHNuxFBnYlnMrLsM9fVxt4NjjznOgIKQpQDleWk4UitZj5ntyHmUtYtofUd5Bhi/sdYXwGN9pVRCrcfFBmsIRq/dOhXD7Wy5KcQ="
allowed_failures
:
# Exim is not properly stopped on these OSes, which makes the run non
# idempotent
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-6"
bundler_args
:
script
:
sudo service docker restart ; sleep 10 && bundle exec rspec spec/acceptance/*_spec.rb
-
rvm
:
default
sudo
:
required
dist
:
trusty
services
:
docker
env
:
BEAKER_set="debian-7"
bundler_args
:
script
:
sudo service docker restart ; sleep 10 && 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