Update BitBucket pipelines

This commit is contained in:
Dylan Rathbone
2020-04-09 16:11:56 +10:00
parent cd12d3d873
commit b1835bc694

View File

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