6
6
steps :
7
7
- group : bwc-snapshots
8
8
steps :
9
- - label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
10
- key : " bwc-snapshots"
11
- command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTest
9
+ - label : " {{matrix.BWC_VERSION}} / Part 1 / bwc-snapshots"
10
+ key : " bwc-snapshots-part1 "
11
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart1
12
12
timeout_in_minutes : 300
13
13
matrix :
14
14
setup :
@@ -18,3 +18,64 @@ steps:
18
18
image : family/elasticsearch-ubuntu-2004
19
19
machineType : n1-standard-32
20
20
buildDirectory : /dev/shm/bk
21
+ - label : " {{matrix.BWC_VERSION}} / Part 2 / bwc-snapshots"
22
+ key : " bwc-snapshots-part2"
23
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart2
24
+ timeout_in_minutes : 300
25
+ matrix :
26
+ setup :
27
+ BWC_VERSION : $SNAPSHOT_BWC_VERSIONS
28
+ agents :
29
+ provider : gcp
30
+ image : family/elasticsearch-ubuntu-2004
31
+ machineType : n1-standard-32
32
+ buildDirectory : /dev/shm/bk
33
+ - label : " {{matrix.BWC_VERSION}} / Part 3 / bwc-snapshots"
34
+ key : " bwc-snapshots-part3"
35
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart3
36
+ timeout_in_minutes : 300
37
+ matrix :
38
+ setup :
39
+ BWC_VERSION : $SNAPSHOT_BWC_VERSIONS
40
+ agents :
41
+ provider : gcp
42
+ image : family/elasticsearch-ubuntu-2004
43
+ machineType : n1-standard-32
44
+ buildDirectory : /dev/shm/bk
45
+ - label : " {{matrix.BWC_VERSION}} / Part 4 / bwc-snapshots"
46
+ key : " bwc-snapshots-part4"
47
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart5
48
+ timeout_in_minutes : 300
49
+ matrix :
50
+ setup :
51
+ BWC_VERSION : $SNAPSHOT_BWC_VERSIONS
52
+ agents :
53
+ provider : gcp
54
+ image : family/elasticsearch-ubuntu-2004
55
+ machineType : n1-standard-32
56
+ buildDirectory : /dev/shm/bk
57
+ - label : " {{matrix.BWC_VERSION}} / Part 5 / bwc-snapshots"
58
+ key : " bwc-snapshots-part5"
59
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart5
60
+ timeout_in_minutes : 300
61
+ matrix :
62
+ setup :
63
+ BWC_VERSION : $SNAPSHOT_BWC_VERSIONS
64
+ agents :
65
+ provider : gcp
66
+ image : family/elasticsearch-ubuntu-2004
67
+ machineType : n1-standard-32
68
+ buildDirectory : /dev/shm/bk
69
+ - label : " {{matrix.BWC_VERSION}} / Part 6 / bwc-snapshots"
70
+ key : " bwc-snapshots-part6"
71
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart6
72
+ timeout_in_minutes : 300
73
+ matrix :
74
+ setup :
75
+ BWC_VERSION : $SNAPSHOT_BWC_VERSIONS
76
+ agents :
77
+ provider : gcp
78
+ image : family/elasticsearch-ubuntu-2004
79
+ machineType : n1-standard-32
80
+ buildDirectory : /dev/shm/bk
81
+
0 commit comments