From b1835bc694d49e1978bcac5321b234cacd024e5a Mon Sep 17 00:00:00 2001 From: Dylan Rathbone Date: Thu, 9 Apr 2020 16:11:56 +1000 Subject: [PATCH] Update BitBucket pipelines --- bitbucket-pipelines.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2c613db..ca1af07 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 +