mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Added ARM, AWS templates and pipelines.
This commit is contained in:
30
Ansible/collection/jfrog/ansible/roles/postgres/.travis.yml
Normal file
30
Ansible/collection/jfrog/ansible/roles/postgres/.travis.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
language: python
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
global:
|
||||
- DEBUG=--debug
|
||||
matrix:
|
||||
- MOLECULE_DISTRO=centos7 MOLECULE_SCENARIO=default
|
||||
- MOLECULE_DISTRO=centos7 MOLECULE_SCENARIO=version11
|
||||
# - MOLECULE_DISTRO: fedora27
|
||||
# - MOLECULE_DISTRO: fedora29
|
||||
- MOLECULE_DISTRO=ubuntu1604 MOLECULE_SCENARIO=default
|
||||
- MOLECULE_DISTRO=ubuntu1604 MOLECULE_SCENARIO=version11
|
||||
- MOLECULE_DISTRO=ubuntu1804 MOLECULE_SCENARIO=default
|
||||
- MOLECULE_DISTRO=ubuntu1804 MOLECULE_SCENARIO=version11
|
||||
# - MOLECULE_DISTRO: debian9
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y net-tools
|
||||
install:
|
||||
- pip install molecule docker-py
|
||||
|
||||
script:
|
||||
- molecule --version
|
||||
- ansible --version
|
||||
- molecule $DEBUG test -s $MOLECULE_SCENARIO
|
||||
Reference in New Issue
Block a user