mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-880: Fix number of pipeline batches
This commit is contained in:
@@ -18,7 +18,7 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
name: Pre Parallelization stage
|
name: Pre Parallelization stage
|
||||||
script:
|
script:
|
||||||
- echo "Running tests in 33 batches"
|
- echo "Running tests in 34 batches"
|
||||||
- step:
|
- step:
|
||||||
name: Check if number of batches match actual number of scenarios
|
name: Check if number of batches match actual number of scenarios
|
||||||
script:
|
script:
|
||||||
@@ -38,7 +38,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 1
|
- ./bin/run-tests-in-batches --batch 1
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 2
|
name: Molecule Test Batch - 2
|
||||||
services:
|
services:
|
||||||
@@ -46,7 +46,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 2
|
- ./bin/run-tests-in-batches --batch 2
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 3
|
name: Molecule Test Batch - 3
|
||||||
services:
|
services:
|
||||||
@@ -54,7 +54,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 3
|
- ./bin/run-tests-in-batches --batch 3
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 4
|
name: Molecule Test Batch - 4
|
||||||
services:
|
services:
|
||||||
@@ -62,7 +62,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 4
|
- ./bin/run-tests-in-batches --batch 4
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 5
|
name: Molecule Test Batch - 5
|
||||||
services:
|
services:
|
||||||
@@ -70,7 +70,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 5
|
- ./bin/run-tests-in-batches --batch 5
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 6
|
name: Molecule Test Batch - 6
|
||||||
services:
|
services:
|
||||||
@@ -78,7 +78,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 6
|
- ./bin/run-tests-in-batches --batch 6
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 7
|
name: Molecule Test Batch - 7
|
||||||
services:
|
services:
|
||||||
@@ -86,7 +86,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 7
|
- ./bin/run-tests-in-batches --batch 7
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 8
|
name: Molecule Test Batch - 8
|
||||||
services:
|
services:
|
||||||
@@ -94,7 +94,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 8
|
- ./bin/run-tests-in-batches --batch 8
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 9
|
name: Molecule Test Batch - 9
|
||||||
services:
|
services:
|
||||||
@@ -102,7 +102,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 9
|
- ./bin/run-tests-in-batches --batch 9
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 10
|
name: Molecule Test Batch - 10
|
||||||
services:
|
services:
|
||||||
@@ -110,7 +110,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 10
|
- ./bin/run-tests-in-batches --batch 10
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 11
|
name: Molecule Test Batch - 11
|
||||||
services:
|
services:
|
||||||
@@ -118,7 +118,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 11
|
- ./bin/run-tests-in-batches --batch 11
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 12
|
name: Molecule Test Batch - 12
|
||||||
services:
|
services:
|
||||||
@@ -126,7 +126,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 12
|
- ./bin/run-tests-in-batches --batch 12
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 13
|
name: Molecule Test Batch - 13
|
||||||
services:
|
services:
|
||||||
@@ -134,7 +134,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 13
|
- ./bin/run-tests-in-batches --batch 13
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 14
|
name: Molecule Test Batch - 14
|
||||||
services:
|
services:
|
||||||
@@ -142,7 +142,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 14
|
- ./bin/run-tests-in-batches --batch 14
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 15
|
name: Molecule Test Batch - 15
|
||||||
services:
|
services:
|
||||||
@@ -150,7 +150,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 15
|
- ./bin/run-tests-in-batches --batch 15
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 16
|
name: Molecule Test Batch - 16
|
||||||
services:
|
services:
|
||||||
@@ -158,7 +158,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 16
|
- ./bin/run-tests-in-batches --batch 16
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 17
|
name: Molecule Test Batch - 17
|
||||||
services:
|
services:
|
||||||
@@ -166,7 +166,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 17
|
- ./bin/run-tests-in-batches --batch 17
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 18
|
name: Molecule Test Batch - 18
|
||||||
services:
|
services:
|
||||||
@@ -174,7 +174,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 18
|
- ./bin/run-tests-in-batches --batch 18
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 19
|
name: Molecule Test Batch - 19
|
||||||
services:
|
services:
|
||||||
@@ -182,7 +182,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 19
|
- ./bin/run-tests-in-batches --batch 19
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 20
|
name: Molecule Test Batch - 20
|
||||||
services:
|
services:
|
||||||
@@ -190,7 +190,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 20
|
- ./bin/run-tests-in-batches --batch 20
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 21
|
name: Molecule Test Batch - 21
|
||||||
services:
|
services:
|
||||||
@@ -198,7 +198,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 21
|
- ./bin/run-tests-in-batches --batch 21
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 22
|
name: Molecule Test Batch - 22
|
||||||
services:
|
services:
|
||||||
@@ -206,7 +206,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 22
|
- ./bin/run-tests-in-batches --batch 22
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 23
|
name: Molecule Test Batch - 23
|
||||||
services:
|
services:
|
||||||
@@ -214,7 +214,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 23
|
- ./bin/run-tests-in-batches --batch 23
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 24
|
name: Molecule Test Batch - 24
|
||||||
services:
|
services:
|
||||||
@@ -222,7 +222,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 24
|
- ./bin/run-tests-in-batches --batch 24
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 25
|
name: Molecule Test Batch - 25
|
||||||
services:
|
services:
|
||||||
@@ -230,7 +230,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 25
|
- ./bin/run-tests-in-batches --batch 25
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 26
|
name: Molecule Test Batch - 26
|
||||||
services:
|
services:
|
||||||
@@ -238,7 +238,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 26
|
- ./bin/run-tests-in-batches --batch 26
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 27
|
name: Molecule Test Batch - 27
|
||||||
services:
|
services:
|
||||||
@@ -246,7 +246,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 27
|
- ./bin/run-tests-in-batches --batch 27
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 28
|
name: Molecule Test Batch - 28
|
||||||
services:
|
services:
|
||||||
@@ -254,7 +254,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 28
|
- ./bin/run-tests-in-batches --batch 28
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 29
|
name: Molecule Test Batch - 29
|
||||||
services:
|
services:
|
||||||
@@ -262,7 +262,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 29
|
- ./bin/run-tests-in-batches --batch 29
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 30
|
name: Molecule Test Batch - 30
|
||||||
services:
|
services:
|
||||||
@@ -270,7 +270,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 30
|
- ./bin/run-tests-in-batches --batch 30
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 31
|
name: Molecule Test Batch - 31
|
||||||
services:
|
services:
|
||||||
@@ -278,7 +278,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 31
|
- ./bin/run-tests-in-batches --batch 31
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 32
|
name: Molecule Test Batch - 32
|
||||||
services:
|
services:
|
||||||
@@ -286,7 +286,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 32
|
- ./bin/run-tests-in-batches --batch 32
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Molecule Test Batch - 33
|
name: Molecule Test Batch - 33
|
||||||
services:
|
services:
|
||||||
@@ -294,3 +294,13 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && ./bin/install-ansible --dev
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
- ./bin/run-tests-in-batches --batch 33
|
- ./bin/run-tests-in-batches --batch 33
|
||||||
|
|
||||||
|
- step:
|
||||||
|
name: Molecule Test Batch - 34
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- apt-get update && ./bin/install-ansible --dev
|
||||||
|
- ./bin/run-tests-in-batches --batch 34
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user