File tree Expand file tree Collapse file tree 11 files changed +81
-0
lines changed Expand file tree Collapse file tree 11 files changed +81
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ steps:
40
40
image : family/elasticsearch-ubuntu-2004
41
41
machineType : n1-standard-32
42
42
buildDirectory : /dev/shm/bk
43
+ - label : part5
44
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart5
45
+ timeout_in_minutes : 300
46
+ agents :
47
+ provider : gcp
48
+ image : family/elasticsearch-ubuntu-2004
49
+ machineType : n1-standard-32
50
+ buildDirectory : /dev/shm/bk
43
51
- group : bwc-snapshots
44
52
steps :
45
53
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ steps:
41
41
image : family/elasticsearch-ubuntu-2004
42
42
machineType : n1-standard-32
43
43
buildDirectory : /dev/shm/bk
44
+ - label : part5
45
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart5
46
+ timeout_in_minutes : 300
47
+ agents :
48
+ provider : gcp
49
+ image : family/elasticsearch-ubuntu-2004
50
+ machineType : n1-standard-32
51
+ buildDirectory : /dev/shm/bk
44
52
- group : bwc-snapshots
45
53
steps :
46
54
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ steps:
40
40
image : family/elasticsearch-ubuntu-2004
41
41
machineType : custom-32-98304
42
42
buildDirectory : /dev/shm/bk
43
+ - label : part5
44
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart5
45
+ timeout_in_minutes : 300
46
+ agents :
47
+ provider : gcp
48
+ image : family/elasticsearch-ubuntu-2004
49
+ machineType : custom-32-98304
50
+ buildDirectory : /dev/shm/bk
43
51
- group : bwc-snapshots
44
52
steps :
45
53
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change 48
48
- checkPart2
49
49
- checkPart3
50
50
- checkPart4
51
+ - checkPart5
51
52
- checkRestCompat
52
53
agents :
53
54
provider : gcp
72
73
- checkPart2
73
74
- checkPart3
74
75
- checkPart4
76
+ - checkPart5
75
77
- checkRestCompat
76
78
agents :
77
79
provider : aws
Original file line number Diff line number Diff line change 50
50
- checkPart2
51
51
- checkPart3
52
52
- checkPart4
53
+ - checkPart5
53
54
- checkRestCompat
54
55
agents :
55
56
provider : gcp
92
93
- checkPart2
93
94
- checkPart3
94
95
- checkPart4
96
+ - checkPart5
95
97
- checkRestCompat
96
98
agents :
97
99
provider : gcp
Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ steps:
371
371
- checkPart2
372
372
- checkPart3
373
373
- checkPart4
374
+ - checkPart5
374
375
- checkRestCompat
375
376
agents :
376
377
provider : gcp
@@ -413,6 +414,7 @@ steps:
413
414
- checkPart2
414
415
- checkPart3
415
416
- checkPart4
417
+ - checkPart5
416
418
- checkRestCompat
417
419
agents :
418
420
provider : gcp
Original file line number Diff line number Diff line change
1
+ config :
2
+ allow-labels : " test-arm"
3
+ steps :
4
+ - label : part-5-arm
5
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart5
6
+ timeout_in_minutes : 300
7
+ agents :
8
+ provider : aws
9
+ imagePrefix : elasticsearch-ubuntu-2004-aarch64
10
+ instanceType : m6g.8xlarge
11
+ diskSizeGb : 350
12
+ diskType : gp3
13
+ diskName : /dev/sda1
Original file line number Diff line number Diff line change
1
+ config :
2
+ allow-labels : " Team:Security"
3
+ steps :
4
+ - label : part-5-fips
5
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
6
+ timeout_in_minutes : 300
7
+ agents :
8
+ provider : gcp
9
+ image : family/elasticsearch-ubuntu-2004
10
+ machineType : custom-32-98304
11
+ buildDirectory : /dev/shm/bk
Original file line number Diff line number Diff line change
1
+ config :
2
+ allow-labels : " test-windows"
3
+ steps :
4
+ - label : part-5-windows
5
+ command : .\.buildkite\scripts\run-script.ps1 bash .buildkite/scripts/windows-run-gradle.sh
6
+ timeout_in_minutes : 300
7
+ agents :
8
+ provider : gcp
9
+ image : family/elasticsearch-windows-2022
10
+ machineType : custom-32-98304
11
+ diskType : pd-ssd
12
+ diskSizeGb : 350
13
+ env :
14
+ GRADLE_TASK : checkPart5
Original file line number Diff line number Diff line change
1
+ config :
2
+ skip-target-branches : " 7.17"
3
+ steps :
4
+ - label : part-5
5
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart5
6
+ timeout_in_minutes : 300
7
+ agents :
8
+ provider : gcp
9
+ image : family/elasticsearch-ubuntu-2004
10
+ machineType : custom-32-98304
11
+ buildDirectory : /dev/shm/bk
Original file line number Diff line number Diff line change @@ -287,6 +287,8 @@ allprojects {
287
287
tasks. register(' checkPart4' ) { dependsOn ' check' }
288
288
} else if (project. path == " :x-pack:plugin" || project. path. contains(" ql" ) || project. path. contains(" smoke-test" )) {
289
289
tasks. register(' checkPart3' ) { dependsOn ' check' }
290
+ } else if (project. path. contains(" multi-node" )) {
291
+ tasks. register(' checkPart5' ) { dependsOn ' check' }
290
292
} else {
291
293
tasks. register(' checkPart2' ) { dependsOn ' check' }
292
294
}
You can’t perform that action at this time.
0 commit comments