From 0bf60e07a5847935d068b475bcfffb6bfa905668 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 11 Nov 2020 15:03:04 +0545 Subject: [PATCH] Split core API tests into 10 pipelines --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 48519c8918..498cea62d3 100644 --- a/.drone.star +++ b/.drone.star @@ -16,7 +16,7 @@ config = { 'apiTests': { 'coreBranch': 'master', 'coreCommit': '4f7fb95e5926f9bce6a89b1d4c62ee0368b7b866', - 'numberOfParts': 6 + 'numberOfParts': 10 }, 'uiTests': { 'phoenixBranch': 'master',