DCD-436: Add new test scenario to the pipelines config.

This commit is contained in:
Steve Smith
2019-09-11 15:04:24 +10:00
parent 114c1d2e8e
commit e1090ba4fe

View File

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