Parallelize travis
This commit is contained in:
parent
829e1585fb
commit
020766632d
25
.travis.yml
25
.travis.yml
@ -14,20 +14,11 @@ install:
|
|||||||
- pip install ansible
|
- pip install ansible
|
||||||
- pip install docker
|
- pip install docker
|
||||||
|
|
||||||
jobs:
|
env:
|
||||||
include:
|
- SCENARIO=folders
|
||||||
- stage: "Exclude / Include paths"
|
- SCENARIO=lamp
|
||||||
name: "Exclude / Include paths"
|
- SCENARIO=mgt
|
||||||
script: molecule test --scenario-name folders
|
- SCENARIO=multiple
|
||||||
- stage: "Test default LAMP"
|
- SCENARIO=clients
|
||||||
name: "Test default LAMP"
|
|
||||||
script: molecule test --scenario-name lamp
|
script: "molecule test --scenario-name $SCENARIO"
|
||||||
- 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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user