DCD-436: Enable new molecule scenario

This commit is contained in:
Steve Smith
2019-09-12 12:30:29 +10:00
parent 011e718764
commit 83aed04c76

View File

@@ -14,7 +14,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 27 batches"
- echo "Running tests in 28 batches"
- step:
name: Check if number of batches match actual number of scenarios
script:
@@ -270,4 +270,13 @@ pipelines:
- ./bin/install-ansible
- ./bin/run-tests-in-batches --batch 27
- step:
name: Molecule Test Batch - 28
services:
- docker
script:
- apt-get update && apt-get install -y virtualenv python-dev
- ./bin/install-ansible
- ./bin/run-tests-in-batches --batch 28