DCD-880: Fix number of pipeline batches

This commit is contained in:
Ben Partridge
2020-01-08 15:42:40 +11:00
parent c65394b60c
commit 900f028a39

View File

@@ -18,7 +18,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 33 batches"
- echo "Running tests in 34 batches"
- step:
name: Check if number of batches match actual number of scenarios
script:
@@ -294,3 +294,13 @@ pipelines:
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 33
- step:
name: Molecule Test Batch - 34
services:
- docker
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 34