-
Notifications
You must be signed in to change notification settings - Fork 1
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 #10 from jobscore/add_support_focal
Add support for focal and drop xenial
- Loading branch information
Showing
9 changed files
with
443 additions
and
471 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 |
---|---|---|
@@ -1,14 +1,19 @@ | ||
--- | ||
language: python | ||
services: docker | ||
|
||
python: | ||
- '3.9' | ||
|
||
os: linux | ||
dist: focal | ||
|
||
install: | ||
- pip install pipenv | ||
- pipenv install | ||
# Create ansible.cfg with correct roles_path | ||
- printf '[defaults]\nroles_path=../' >ansible.cfg | ||
- pipenv install | ||
|
||
script: | ||
- pipenv run molecule test | ||
- pipenv run molecule test | ||
|
||
notifications: | ||
email: false | ||
webhooks: https://galaxy.ansible.com/api/v1/notifications/ | ||
slack: | ||
rooms: | ||
secure: SOyPCTmHDBHbgFmEpQjZVFa2gd7G8cv6J6S2606MJJOsTPES4mpNRdOczW9Mu4Lpfi7H2QVLsrqfC/tthftjDxUwoV1KAkZnXlp8wKRQlpoRrE20ViGdh8Awe9dnjb0MaNjusMTbGgaTARqLAk44e9tCYRA+rnmI1xJpA0ugDoWYYrhWcMZWV52BzDCM50cc4YbUlzKPLHUntenZocEnktSPRsy0nOBtUo/bB2nNL9WqGgP1qV3ONYUdcI1ua3KjWsEFX/ZJLiiJZB12xL7mowS8FI6X4jZAb9ZccJmZX0ieSD8Mf3kgOrzHYpK2IioDaQxdqUMCpdsR8pMlgaI8Co3CXzDiyaamCjJfULM7zOMKj+ngwKoli0pBWRuhy129Zdtw58TUXlVLn/01F3z5ZpIn1Nl5HYY+dl7spDpYnJVAfJS7KZPKH3iGSWFHcJN2XiFq0qab6cttlbeiG7+VQMp5QiRj+jozDez/zpZ0KVe+jPAKyevi7WBmB2OShk9mb/6Mb8jHopYDH31uxz3oaPWrqqKE+F3OB855JLWZhmterLFNDEwiE6Q25VzoeOx5Fk69rCFBCvD4dj+1nJpVCRNkcJCFwshN0KpQAA1JddTUmKeHiRX2gu3Uok4xcOOHnFformyoeyXA+kDYyVeqBMEB9JAFcriRScdM3nqFQBk= |
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,14 +1,16 @@ | ||
[[source]] | ||
name = "pypi" | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
|
||
[dev-packages] | ||
name = "pypi" | ||
|
||
[packages] | ||
ansible = "*" | ||
molecule = "*" | ||
docker-py = "*" | ||
molecule-docker = "*" | ||
pytest-testinfra = "*" | ||
yamllint = "*" | ||
'molecule[docker]' = "*" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "2.7" | ||
python_version = "3.9" |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ galaxy_info: | |
- name: Ubuntu | ||
versions: | ||
- bionic | ||
- xenial | ||
- focal | ||
galaxy_tags: | ||
- ruby | ||
- passenger | ||
|
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
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