79
79
manual :
80
80
allowed : true
81
81
82
- - label : " :lab_coat: Integration Tests / part 1-of-3 "
83
- key : " integration-tests-part-1-of-3 "
82
+ - label : " :lab_coat: Integration Tests / part 1-of-6 "
83
+ key : " integration-tests-part-1-of-6 "
84
84
agents :
85
85
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
86
86
cpu : " 8"
@@ -95,10 +95,10 @@ steps:
95
95
set -euo pipefail
96
96
97
97
source .buildkite/scripts/common/container-agent.sh
98
- ci/integration_tests.sh split 0 3
98
+ ci/integration_tests.sh split 0 6
99
99
100
- - label : " :lab_coat: Integration Tests / part 2-of-3 "
101
- key : " integration-tests-part-2-of-3 "
100
+ - label : " :lab_coat: Integration Tests / part 2-of-6 "
101
+ key : " integration-tests-part-2-of-6 "
102
102
agents :
103
103
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
104
104
cpu : " 8"
@@ -113,10 +113,10 @@ steps:
113
113
set -euo pipefail
114
114
115
115
source .buildkite/scripts/common/container-agent.sh
116
- ci/integration_tests.sh split 1 3
116
+ ci/integration_tests.sh split 1 6
117
117
118
- - label : " :lab_coat: Integration Tests / part 3-of-3 "
119
- key : " integration-tests-part-3-of-3 "
118
+ - label : " :lab_coat: Integration Tests / part 3-of-6 "
119
+ key : " integration-tests-part-3-of-6 "
120
120
agents :
121
121
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
122
122
cpu : " 8"
@@ -131,10 +131,121 @@ steps:
131
131
set -euo pipefail
132
132
133
133
source .buildkite/scripts/common/container-agent.sh
134
- ci/integration_tests.sh split 2 3
134
+ ci/integration_tests.sh split 2 6
135
135
136
- - label : " :lab_coat: IT Persistent Queues / part 1-of-3"
137
- key : " integration-tests-qa-part-1-of-3"
136
+ - label : " :lab_coat: Integration Tests / part 4-of-6"
137
+ key : " integration-tests-part-4-of-6"
138
+ agents :
139
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
140
+ cpu : " 8"
141
+ memory : " 16Gi"
142
+ ephemeralStorage : " 100Gi"
143
+ # Run as a non-root user
144
+ imageUID : " 1002"
145
+ retry :
146
+ automatic :
147
+ - limit : 3
148
+ command : |
149
+ set -euo pipefail
150
+
151
+ source .buildkite/scripts/common/container-agent.sh
152
+ ci/integration_tests.sh split 3 6
153
+
154
+ - label : " :lab_coat: Integration Tests / part 5-of-6"
155
+ key : " integration-tests-part-5-of-6"
156
+ agents :
157
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
158
+ cpu : " 8"
159
+ memory : " 16Gi"
160
+ ephemeralStorage : " 100Gi"
161
+ # Run as a non-root user
162
+ imageUID : " 1002"
163
+ retry :
164
+ automatic :
165
+ - limit : 3
166
+ command : |
167
+ set -euo pipefail
168
+
169
+ source .buildkite/scripts/common/container-agent.sh
170
+ ci/integration_tests.sh split 4 6
171
+
172
+ - label : " :lab_coat: Integration Tests / part 6-of-6"
173
+ key : " integration-tests-part-6-of-6"
174
+ agents :
175
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
176
+ cpu : " 8"
177
+ memory : " 16Gi"
178
+ ephemeralStorage : " 100Gi"
179
+ # Run as a non-root user
180
+ imageUID : " 1002"
181
+ retry :
182
+ automatic :
183
+ - limit : 3
184
+ command : |
185
+ set -euo pipefail
186
+
187
+ source .buildkite/scripts/common/container-agent.sh
188
+ ci/integration_tests.sh split 5 6
189
+
190
+ - label : " :lab_coat: IT Persistent Queues / part 1-of-6"
191
+ key : " integration-tests-qa-part-1-of-6"
192
+ agents :
193
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
194
+ cpu : " 8"
195
+ memory : " 16Gi"
196
+ ephemeralStorage : " 100Gi"
197
+ # Run as non root (logstash) user. UID is hardcoded in image.
198
+ imageUID : " 1002"
199
+ retry :
200
+ automatic :
201
+ - limit : 3
202
+ command : |
203
+ set -euo pipefail
204
+
205
+ source .buildkite/scripts/common/container-agent.sh
206
+ export FEATURE_FLAG=persistent_queues
207
+ ci/integration_tests.sh split 0 6
208
+
209
+ - label : " :lab_coat: IT Persistent Queues / part 2-of-6"
210
+ key : " integration-tests-qa-part-2-of-6"
211
+ agents :
212
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
213
+ cpu : " 8"
214
+ memory : " 16Gi"
215
+ ephemeralStorage : " 100Gi"
216
+ # Run as non root (logstash) user. UID is hardcoded in image.
217
+ imageUID : " 1002"
218
+ retry :
219
+ automatic :
220
+ - limit : 3
221
+ command : |
222
+ set -euo pipefail
223
+
224
+ source .buildkite/scripts/common/container-agent.sh
225
+ export FEATURE_FLAG=persistent_queues
226
+ ci/integration_tests.sh split 1 6
227
+
228
+ - label : " :lab_coat: IT Persistent Queues / part 3-of-6"
229
+ key : " integration-tests-qa-part-3-of-6"
230
+ agents :
231
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
232
+ cpu : " 8"
233
+ memory : " 16Gi"
234
+ ephemeralStorage : " 100Gi"
235
+ # Run as non root (logstash) user. UID is hardcoded in image.
236
+ imageUID : " 1002"
237
+ retry :
238
+ automatic :
239
+ - limit : 3
240
+ command : |
241
+ set -euo pipefail
242
+
243
+ source .buildkite/scripts/common/container-agent.sh
244
+ export FEATURE_FLAG=persistent_queues
245
+ ci/integration_tests.sh split 2 6
246
+
247
+ - label : " :lab_coat: IT Persistent Queues / part 4-of-6"
248
+ key : " integration-tests-qa-part-4-of-6"
138
249
agents :
139
250
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
140
251
cpu : " 8"
@@ -150,10 +261,10 @@ steps:
150
261
151
262
source .buildkite/scripts/common/container-agent.sh
152
263
export FEATURE_FLAG=persistent_queues
153
- ci/integration_tests.sh split 0 3
264
+ ci/integration_tests.sh split 3 6
154
265
155
- - label : " :lab_coat: IT Persistent Queues / part 2 -of-3 "
156
- key : " integration-tests-qa-part-2 -of-3 "
266
+ - label : " :lab_coat: IT Persistent Queues / part 5 -of-6 "
267
+ key : " integration-tests-qa-part-5 -of-6 "
157
268
agents :
158
269
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
159
270
cpu : " 8"
@@ -169,10 +280,10 @@ steps:
169
280
170
281
source .buildkite/scripts/common/container-agent.sh
171
282
export FEATURE_FLAG=persistent_queues
172
- ci/integration_tests.sh split 1 3
283
+ ci/integration_tests.sh split 4 6
173
284
174
- - label : " :lab_coat: IT Persistent Queues / part 3 -of-3 "
175
- key : " integration-tests-qa-part-3 -of-3 "
285
+ - label : " :lab_coat: IT Persistent Queues / part 6 -of-6 "
286
+ key : " integration-tests-qa-part-6 -of-6 "
176
287
agents :
177
288
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-logstash-ci-no-root"
178
289
cpu : " 8"
@@ -188,7 +299,7 @@ steps:
188
299
189
300
source .buildkite/scripts/common/container-agent.sh
190
301
export FEATURE_FLAG=persistent_queues
191
- ci/integration_tests.sh split 2 3
302
+ ci/integration_tests.sh split 5 6
192
303
193
304
- label : " :lab_coat: x-pack unit tests"
194
305
key : " x-pack-unit-tests"
0 commit comments