2019-03-10 20:11:12 +00:00
|
|
|
---
|
|
|
|
sudo: required
|
2019-03-12 11:14:47 +00:00
|
|
|
|
2019-03-10 20:11:12 +00:00
|
|
|
language: python
|
2019-03-12 11:14:47 +00:00
|
|
|
|
2019-03-10 20:11:12 +00:00
|
|
|
services:
|
|
|
|
- docker
|
2019-03-12 11:14:47 +00:00
|
|
|
|
2019-03-10 20:11:12 +00:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get -qq update
|
2019-03-12 11:14:47 +00:00
|
|
|
|
2019-03-10 20:11:12 +00:00
|
|
|
install:
|
|
|
|
- pip install molecule
|
2019-03-12 09:36:10 +00:00
|
|
|
- pip install ansible
|
2019-03-10 20:11:12 +00:00
|
|
|
- pip install docker
|
2019-03-12 11:14:47 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
include:
|
|
|
|
- stage: "Exclude / Include paths"
|
|
|
|
name: "Exclude / Include paths"
|
|
|
|
script: molecule test --scenario-name folders
|
|
|
|
- stage: "Test default LAMP"
|
|
|
|
name: "Test default LAMP"
|
|
|
|
script: molecule test --scenario-name lamp
|
|
|
|
- stage: "Test Management Station"
|
|
|
|
name: "Test Management Station"
|
|
|
|
script: molecule test --scenario-name mgt
|
|
|
|
- stage: "Test Multiple Backup Targets"
|
|
|
|
name: "Test Multiple Backup Targets"
|
|
|
|
script: molecule test --scenario-name multiple
|
|
|
|
- stage: "Testing a variety of different platforms"
|
|
|
|
name: "Testing a variety of different platforms"
|
|
|
|
script: molecule test --scenario-name clients
|