DCD-1020: Update pipelines.

This commit is contained in:
Steve Smith
2020-08-24 13:34:44 +10:00
parent db84840a96
commit ff6889e539

View File

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