Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
Puppet Camptocamp Postfix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
7475229c
Unverified
Commit
7475229c
authored
Aug 17, 2018
by
Raphaël Pinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow failure on old Debian versions
parent
5d1124a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
.sync.yml
.sync.yml
+18
-0
No files found.
.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
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