DCD-686: Update pipeline tests.

This commit is contained in:
Steve Smith
2019-10-30 11:03:19 +11:00
parent 4c0cec4509
commit e440daa1a5

View File

@@ -14,7 +14,7 @@ pipelines:
- step: - step:
name: Pre Parallelization stage name: Pre Parallelization stage
script: script:
- echo "Running tests in 28 batches" - echo "Running tests in 29 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:
@@ -251,4 +251,12 @@ pipelines:
- apt-get update && ./bin/install-ansible --dev - apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 28 - ./bin/run-tests-in-batches --batch 28
- step:
name: Molecule Test Batch - 29
services:
- docker
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 29