-
Notifications
You must be signed in to change notification settings - Fork 31
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 #71 from idealista/develop
Develop
- Loading branch information
Showing
59 changed files
with
887 additions
and
949 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
exclude_paths: | ||
- ./molecule | ||
parseable: true | ||
skip_list: | ||
- '204' | ||
- '503' | ||
use_default_rules: true | ||
verbosity: 1 |
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 |
---|---|---|
|
@@ -7,5 +7,4 @@ tests/__pycache__ | |
tests/roles | ||
*.iml | ||
.idea/ | ||
Pipfile | ||
Pipfile.lock | ||
|
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,21 +1,20 @@ | ||
--- | ||
language: python | ||
python: "2.7.13" | ||
sudo: required | ||
|
||
env: | ||
- ansible_version: 2.4.0.0 | ||
- ansible_version: 2.5.0.0 | ||
- ansible_version: 2.6.2.0 | ||
|
||
language: python | ||
python: "3.7" | ||
os: linux | ||
services: | ||
- docker | ||
|
||
install: | ||
- pip install ansible==${ansible_version} | ||
- pip install -r test-requirements.txt | ||
- pip install pipenv | ||
- pipenv sync | ||
env: | ||
jobs: | ||
- TOMCAT_VERSION=9.0.35 | ||
- TOMCAT_VERSION=8.5.55 | ||
- TOMCAT_VERSION=7.0.104 | ||
script: | ||
- molecule test --all | ||
- pipenv run molecule test | ||
|
||
notifications: | ||
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
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,3 +1,5 @@ | ||
--- | ||
|
||
extends: default | ||
|
||
ignore: | | ||
|
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,17 @@ | ||
[[source]] | ||
name = "pypi" | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
|
||
[dev-packages] | ||
|
||
[packages] | ||
ansible = "==2.8.6" | ||
molecule = "==3.0.4" | ||
docker = "==4.1.0" | ||
jmespath = "==0.9.4" | ||
lxml = "==4.5.0" | ||
ansible-lint = "==4.2.0" | ||
|
||
[requires] | ||
python_version = "3" |
Oops, something went wrong.