DCD-828: Update pipelines.

This commit is contained in:
Steve Smith
2019-12-02 14:57:19 +11:00
parent 199cca264d
commit 5518028541
2 changed files with 50 additions and 34 deletions

View File

@@ -1,4 +1,8 @@
--- ---
# This file was generated; to regnerated `cd` to `pipeline_generator`
# and run:
#
# make > ../bitbucket-pipelines.yml
image: debian:buster image: debian:buster
options: options:
@@ -14,7 +18,7 @@ pipelines:
- step: - step:
name: Pre Parallelization stage name: Pre Parallelization stage
script: script:
- echo "Running tests in 32 batches" - echo "Running tests in 33 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:
@@ -283,4 +287,12 @@ pipelines:
- apt-get update && ./bin/install-ansible --dev - apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 32 - ./bin/run-tests-in-batches --batch 32
- step:
name: Molecule Test Batch - 33
services:
- docker
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 33

View File

@@ -1,4 +1,8 @@
--- ---
# This file was generated; to regnerated `cd` to `pipeline_generator`
# and run:
#
# make > ../bitbucket-pipelines.yml
image: debian:buster image: debian:buster
options: options: