Skip to content

Commit

Permalink
ci: release qualification: feature benchmark should compare against t…
Browse files Browse the repository at this point in the history
…he previous release (#25320)
  • Loading branch information
nrainer-materialize authored Feb 16, 2024
1 parent d16a9fc commit 83d1f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release-qualification/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ steps:
args: [--scenario=KafkaParallelInsert, --transaction-isolation=serializable, --actions=100000, --max-execution-time=8h]

- id: feature-benchmark-scale-plus-one
label: "Feature benchmark against 'latest' with --scale=+1 %N"
label: "Feature benchmark against 'common-ancestor' with --scale=+1 %N"
timeout_in_minutes: 2880
parallelism: 8
agents:
queue: linux-aarch64-large
plugins:
- ./ci/plugins/mzcompose:
composition: feature-benchmark
args: [--other-tag=latest, --scale=+1]
args: [--other-tag=common-ancestor, --scale=+1]

- group: SQLsmith
key: sqlsmith
Expand Down

0 comments on commit 83d1f20

Please sign in to comment.