This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from ssbarnea/master
Migrated from Travis CI to Zuul CI Reviewed-by: https://github.com/apps/ansible-zuul
- Loading branch information
Showing
23 changed files
with
154 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This is a cross-platform list tracking distribution packages needed by tests; | ||
# see https://docs.openstack.org/infra/bindep/ for additional information. | ||
|
||
build-dep [platform:dpkg] | ||
gcc-c++ [test platform:rpm] | ||
gcc [test platform:rpm] | ||
libselinux-python [platform:centos-7] | ||
make [platform:centos-7] | ||
pkg-config [platform:dpkg] | ||
python36 [test !platform:centos-7 !platform:fedora-28] | ||
python3-devel [test !platform:centos-7 platform:rpm] | ||
python3-libselinux [platform:fedora] | ||
python3-netifaces [test !platform:centos-7 platform:rpm] | ||
python3 [test !platform:centos-7 platform:rpm] |
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
...ver/azure/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/playbook.yml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...kiecutter/{{cookiecutter.molecule_directory}}/{{cookiecutter.scenario_name}}/converge.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
- name: Converge | ||
hosts: all | ||
tasks: | ||
|
||
- name: Include tested role | ||
include_role: | ||
name: "{{ cookiecutter.role_name }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[pytest] | ||
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule_azure --cov-report term-missing:skip-covered --cov-report xml | ||
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule_azure --cov-report term-missing:skip-covered --no-cov-on-fail | ||
doctest_optionflags = ALLOW_UNICODE ELLIPSIS | ||
junit_suite_name = molecule_test_suite | ||
norecursedirs = dist doc build .tox .eggs test/scenarios test/resources |
Oops, something went wrong.