Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
Ansible Role Kubernetes
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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
nanahira
Ansible Role Kubernetes
Commits
445c2ade
Commit
445c2ade
authored
Oct 23, 2018
by
Jeff Geerling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests for optimum efficiency.
parent
a2350787
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
.travis.yml
.travis.yml
+1
-4
molecule/default/molecule.yml
molecule/default/molecule.yml
+4
-2
No files found.
.travis.yml
View file @
445c2ade
...
...
@@ -7,11 +7,8 @@ env:
-
ROLE_NAME
:
kubernetes
matrix
:
-
MOLECULE_DISTRO
:
centos7
MOLECULE_DOCKER_COMMAND
:
/usr/lib/systemd/systemd
-
MOLECULE_DISTRO
:
ubuntu1604
MOLECULE_DOCKER_COMMAND
:
/lib/systemd/systemd
-
MOLECULE_DISTRO
:
ubuntu1804
-
MOLECULE_DISTRO
:
debian9
MOLECULE_DOCKER_COMMAND
:
/lib/systemd/systemd
install
:
# Install test dependencies.
...
...
molecule/default/molecule.yml
View file @
445c2ade
...
...
@@ -9,11 +9,13 @@ lint:
config-file
:
molecule/default/yaml-lint.yml
platforms
:
-
name
:
instance
image
:
geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible
command
:
${MOLECULE_DOCKER_COMMAND:-"
sleep infinity
"}
image
:
"
geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command
:
${MOLECULE_DOCKER_COMMAND:-""}
volumes
:
-
/sys/fs/cgroup:/sys/fs/cgroup:ro
-
/var/lib/docker
volumes
:
-
/sys/fs/cgroup:/sys/fs/cgroup:ro
privileged
:
true
pre_build_image
:
true
provisioner
:
...
...
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