File tree Expand file tree Collapse file tree 12 files changed +96
-0
lines changed Expand file tree Collapse file tree 12 files changed +96
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,15 @@ steps:
48
48
image : family/elasticsearch-ubuntu-2004
49
49
machineType : n1-standard-32
50
50
buildDirectory : /dev/shm/bk
51
+ - label : part6
52
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart6
53
+ timeout_in_minutes : 300
54
+ agents :
55
+ provider : gcp
56
+ image : family/elasticsearch-ubuntu-2004
57
+ machineType : n1-standard-32
58
+ buildDirectory : /dev/shm/bk
59
+
51
60
- group : bwc-snapshots
52
61
steps :
53
62
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change @@ -49,6 +49,14 @@ steps:
49
49
image : family/elasticsearch-ubuntu-2004
50
50
machineType : n1-standard-32
51
51
buildDirectory : /dev/shm/bk
52
+ - label : part6
53
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart6
54
+ timeout_in_minutes : 300
55
+ agents :
56
+ provider : gcp
57
+ image : family/elasticsearch-ubuntu-2004
58
+ machineType : n1-standard-32
59
+ buildDirectory : /dev/shm/bk
52
60
- group : bwc-snapshots
53
61
steps :
54
62
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change @@ -48,6 +48,14 @@ steps:
48
48
image : family/elasticsearch-ubuntu-2004
49
49
machineType : custom-32-98304
50
50
buildDirectory : /dev/shm/bk
51
+ - label : part6
52
+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart6
53
+ timeout_in_minutes : 300
54
+ agents :
55
+ provider : gcp
56
+ image : family/elasticsearch-ubuntu-2004
57
+ machineType : custom-32-98304
58
+ buildDirectory : /dev/shm/bk
51
59
- group : bwc-snapshots
52
60
steps :
53
61
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change 45
45
- checkPart3
46
46
- checkPart4
47
47
- checkPart5
48
+ - checkPart6
48
49
- checkRestCompat
49
50
agents :
50
51
provider : gcp
71
72
- checkPart3
72
73
- checkPart4
73
74
- checkPart5
75
+ - checkPart6
74
76
- checkRestCompat
75
77
agents :
76
78
provider : aws
Original file line number Diff line number Diff line change 51
51
- checkPart3
52
52
- checkPart4
53
53
- checkPart5
54
+ - checkPart6
54
55
- checkRestCompat
55
56
agents :
56
57
provider : gcp
93
94
- checkPart3
94
95
- checkPart4
95
96
- checkPart5
97
+ - checkPart6
96
98
- checkRestCompat
97
99
agents :
98
100
provider : gcp
Original file line number Diff line number Diff line change @@ -470,6 +470,7 @@ steps:
470
470
- checkPart3
471
471
- checkPart4
472
472
- checkPart5
473
+ - checkPart6
473
474
- checkRestCompat
474
475
agents :
475
476
provider : gcp
@@ -512,6 +513,7 @@ steps:
512
513
- checkPart3
513
514
- checkPart4
514
515
- checkPart5
516
+ - checkPart6
515
517
- checkRestCompat
516
518
agents :
517
519
provider : gcp
Original file line number Diff line number Diff line change
1
+ config :
2
+ allow-labels : " test-arm"
3
+ steps :
4
+ - label : part-6-arm
5
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart6
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 :
3
+ - Team:Security
4
+ - test-fips
5
+ steps :
6
+ - label : part-6-fips
7
+ command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart6
8
+ timeout_in_minutes : 300
9
+ agents :
10
+ provider : gcp
11
+ image : family/elasticsearch-ubuntu-2004
12
+ machineType : custom-32-98304
13
+ 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-6-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 : checkPart6
Original file line number Diff line number Diff line change
1
+ steps :
2
+ - label : part-6
3
+ command : |
4
+ .ci/scripts/run-gradle.sh -Dignore.tests.seed checkPart6
5
+ timeout_in_minutes : 300
6
+ agents :
7
+ provider : gcp
8
+ image : family/elasticsearch-ubuntu-2004
9
+ machineType : custom-32-98304
10
+ buildDirectory : /dev/shm/bk
You can’t perform that action at this time.
0 commit comments