From 83aed04c761db3ee5674c1c1daacec7c2dfd9b82 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 12 Sep 2019 12:30:29 +1000 Subject: [PATCH] DCD-436: Enable new molecule scenario --- bitbucket-pipelines.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6de5040..a63c197 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,7 @@ pipelines: - step: name: Pre Parallelization stage script: - - echo "Running tests in 27 batches" + - echo "Running tests in 28 batches" - step: name: Check if number of batches match actual number of scenarios script: @@ -270,4 +270,13 @@ pipelines: - ./bin/install-ansible - ./bin/run-tests-in-batches --batch 27 + - step: + name: Molecule Test Batch - 28 + services: + - docker + script: + - apt-get update && apt-get install -y virtualenv python-dev + - ./bin/install-ansible + - ./bin/run-tests-in-batches --batch 28 +