File tree Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Expand file tree Collapse file tree 2 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 34
34
- { value: feature-benchmark-persistence }
35
35
- { value: aws-config }
36
36
- { value: zippy }
37
+ - { value: persistence-failpoints }
38
+ - { value: catalog-compat }
37
39
multiple : true
38
40
required : false
39
41
if : build.source == "ui"
@@ -206,3 +208,23 @@ steps:
206
208
plugins :
207
209
- ./ci/plugins/mzcompose :
208
210
composition : zippy
211
+
212
+ - id : persistence-failpoints
213
+ label : Persistence failpoints
214
+ depends_on : build-x86_64
215
+ timeout_in_minutes : 30
216
+ artifact_paths : junit_mzcompose_*.xml
217
+ plugins :
218
+ - ./ci/plugins/mzcompose :
219
+ composition : persistence
220
+ run : failpoints
221
+
222
+ - id : catalog-compat
223
+ label : Catalog compatibility test
224
+ depends_on : build-x86_64
225
+ timeout_in_minutes : 30
226
+ artifact_paths : junit_mzcompose_*.xml
227
+ plugins :
228
+ - ./ci/plugins/mzcompose :
229
+ composition : catalog-compat
230
+ run : catalog-compat
Original file line number Diff line number Diff line change @@ -131,16 +131,6 @@ steps:
131
131
- ./ci/plugins/mzcompose :
132
132
composition : persistence
133
133
134
- - id : persistence-failpoints
135
- label : Persistence failpoints
136
- depends_on : build-x86_64
137
- timeout_in_minutes : 30
138
- artifact_paths : junit_mzcompose_*.xml
139
- plugins :
140
- - ./ci/plugins/mzcompose :
141
- composition : persistence
142
- run : failpoints
143
-
144
134
- id : cluster-smoke
145
135
label : Cluster smoke test
146
136
depends_on : build-x86_64
@@ -229,16 +219,6 @@ steps:
229
219
composition : kafka-ingest-open-loop
230
220
run : smoke-test
231
221
232
- - id : catalog-compat
233
- label : Catalog compatibility test
234
- depends_on : build-x86_64
235
- timeout_in_minutes : 30
236
- artifact_paths : junit_mzcompose_*.xml
237
- plugins :
238
- - ./ci/plugins/mzcompose :
239
- composition : catalog-compat
240
- run : catalog-compat
241
-
242
222
- id : restarts
243
223
label : Restart test
244
224
depends_on : build-x86_64
You can’t perform that action at this time.
0 commit comments