Skip to content

Commit

Permalink
Merge pull request #29583 from def-/pr-speed
Browse files Browse the repository at this point in the history
ci: Speed up cloudtest & large-scale backup+restore
  • Loading branch information
def- authored Sep 17, 2024
2 parents e2670c5 + 5e28757 commit 9e3db8b
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 9e3db8b

Please sign in to comment.