Skip to content

Commit

Permalink
ci: Increase parallelism for SLT
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Feb 10, 2025
1 parent 385305b commit de7ba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,14 @@ steps:
label: "Fast SQL logic tests"
depends_on: build-aarch64
timeout_in_minutes: 30
parallelism: 5
parallelism: 6
inputs: [test/sqllogictest]
plugins:
- ./ci/plugins/mzcompose:
composition: sqllogictest
run: fast-tests
agents:
queue: hetzner-aarch64-4cpu-8gb
queue: hetzner-aarch64-8cpu-16gb

- id: restarts
label: "Restart test"
Expand Down

0 comments on commit de7ba29

Please sign in to comment.