DCD-796: Fix incorrect number of pipelines batches

This commit is contained in:
Ben Partridge
2019-11-13 13:10:43 +11:00
parent f3ced1534a
commit b2b18e2cff

View File

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