From e1090ba4feb86cf7629c17c3d342d3a0f03fafad Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 11 Sep 2019 15:04:24 +1000 Subject: [PATCH] DCD-436: Add new test scenario to the pipelines config. --- bitbucket-pipelines.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ec5ec9f..6de5040 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,7 @@ pipelines: - step: name: Pre Parallelization stage script: - - echo "Running tests in 26 batches" + - echo "Running tests in 27 batches" - step: name: Check if number of batches match actual number of scenarios script: @@ -261,4 +261,13 @@ pipelines: - ./bin/install-ansible - ./bin/run-tests-in-batches --batch 26 + - step: + name: Molecule Test Batch - 27 + services: + - docker + script: + - apt-get update && apt-get install -y virtualenv python-dev + - ./bin/install-ansible + - ./bin/run-tests-in-batches --batch 27 +