Skip to content

Commit

Permalink
ci: Speed up cloudtest & large-scale backup+restore
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Sep 17, 2024
1 parent d276683 commit 5e28757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release-qualification/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ steps:
- ./ci/plugins/mzcompose:
composition: zippy
# Runs out of disk
args: [--scenario=BackupAndRestoreLarge, --actions=500000]
args: [--scenario=BackupAndRestoreLarge, --actions=250000]

- id: zippy-kafka-parallel-insert
label: "Longer Zippy Kafka Parallel Insert"
Expand Down
2 changes: 1 addition & 1 deletion ci/test/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ steps:
- id: cloudtest
label: Cloudtest %N
depends_on: build-aarch64
parallelism: 6
parallelism: 8
timeout_in_minutes: 60
inputs:
- test/cloudtest
Expand Down

0 comments on commit 5e28757

Please sign in to comment.