From 2afce27aa32b51e6f35f759d46065cc8ab47d641 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Tue, 5 Jul 2022 15:28:25 +1000 Subject: [PATCH] CLIP-1561: Updated pipeline to match number of scenarios. --- bitbucket-pipelines.yml | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index def6d71..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 40 batches" + - echo "Running tests in 37 batches" - step: name: Check if number of batches match actual number of scenarios script: @@ -327,28 +327,4 @@ 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 - - - step: - name: Molecule Test Batch - 39 - services: - - docker - script: - - apt-get update && ./bin/install-ansible --dev - - ./bin/run-tests-in-batches --batch 39 - - - step: - name: Molecule Test Batch - 40 - services: - - docker - script: - - apt-get update && ./bin/install-ansible --dev - - ./bin/run-tests-in-batches --batch 38 - - +