ITOPSENG-101 fixed pipelines batch count

This commit is contained in:
Brett Meehan
2019-11-14 14:19:51 +11:00
parent ec4cc35d03
commit 39326a207b

View File

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