Skip to content

Commit d9bf4e2

Browse files
authored
Merge pull request MaterializeInc#11729 from philip-stoev/nightly-move-tests
ci: Move certain tests to Nightly in order to lighten the CI load
2 parents 4d2b5e4 + 4ac19f3 commit d9bf4e2

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

ci/nightly/pipeline.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ steps:
3434
- { value: feature-benchmark-persistence }
3535
- { value: aws-config }
3636
- { value: zippy }
37+
- { value: persistence-failpoints }
38+
- { value: catalog-compat }
3739
multiple: true
3840
required: false
3941
if: build.source == "ui"
@@ -206,3 +208,23 @@ steps:
206208
plugins:
207209
- ./ci/plugins/mzcompose:
208210
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

ci/test/pipeline.template.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ steps:
131131
- ./ci/plugins/mzcompose:
132132
composition: persistence
133133

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-
144134
- id: cluster-smoke
145135
label: Cluster smoke test
146136
depends_on: build-x86_64
@@ -229,16 +219,6 @@ steps:
229219
composition: kafka-ingest-open-loop
230220
run: smoke-test
231221

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-
242222
- id: restarts
243223
label: Restart test
244224
depends_on: build-x86_64

0 commit comments

Comments
 (0)