From ff6889e539f1e65327a3975955675ae2e5db16ab Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 24 Aug 2020 13:34:44 +1000 Subject: [PATCH] DCD-1020: Update pipelines. --- bitbucket-pipelines.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ca1af07..c9cd2fb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 +