forked from mrlesmithjr/ansible-mariadb-galera-cluster
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (27 loc) · 681 Bytes
/
Copy path.travis.yml
File metadata and controls
27 lines (27 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
env:
- molecule_distro=centos9
- molecule_distro=rocky8
- molecule_distro=rocky9
- molecule_distro=debian11
- molecule_distro=debian12
# - molecule_distro=fedora
- molecule_distro=ubuntu1604
- molecule_distro=ubuntu1804
- molecule_distro=ubuntu2004
- molecule_distro=ubuntu2204
install:
- pip3 install --upgrade pip pip-tools
- pip-sync requirements.txt requirements-dev.txt
- ansible --version
- molecule --version
script:
- molecule test --scenario-name "$molecule_distro"
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/