Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python27
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible
python27
Commits
c85546ac
Commit
c85546ac
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/nimrod/Documents/Shore/Ansible/example
# Conflicts: # .travis.yml
parents
1752a511
37a52d87
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+13
-12
13 additions, 12 deletions
.travis.yml
molecule.yml
+1
-0
1 addition, 0 deletions
molecule.yml
with
14 additions
and
12 deletions
.travis.yml
+
13
−
12
View file @
c85546ac
...
...
@@ -5,23 +5,24 @@ dist: trusty
sudo
:
True
group
:
beta
env
:
global
:
-
VBOX_MEMORY=2048
matrix
:
-
platform
:
openbsd60
-
&openbsd59
platform=openbsd59
-
&openbsd56
platform=openbsd56
-
platform
:
xenial
-
platform
:
trusty
-
&jessie
platform=jessie
-
&wheezy
platform=wheezy
-
platform
:
precise
-
&stretch
platform=stretch
-
platform
:
jessie
-
platform
:
wheezy
matrix
:
fast_finish
:
True
allow_failures
:
-
python
:
"
3.5"
-
env
:
*openbsd59
-
env
:
*openbsd56
-
env
:
*jessie
-
env
:
*wheezy
-
env
:
*stretch
cache
:
-
pip
...
...
@@ -39,7 +40,7 @@ install:
script
:
-
pre-commit run --all-files
-
molecule test --platform $platform
-
travis_wait 45
molecule test --platform $platform
notifications
:
webhooks
:
https://galaxy.ansible.com/api/v1/notifications/
...
...
This diff is collapsed.
Click to expand it.
molecule.yml
+
1
−
0
View file @
c85546ac
...
...
@@ -47,4 +47,5 @@ vagrant:
-
|
vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"]
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment