From b4dd2ad27c3dab318287305e1d3212b1bd01c543 Mon Sep 17 00:00:00 2001 From: Mykhailo Usatenko Date: Fri, 29 Jul 2022 10:32:36 +0300 Subject: [PATCH] CLIP-1619 Increased number of batches for bitbucket pipelines --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a2618db..8eb52e1 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 the template is up-to-date