From 83d1f2070cf08189e9d37248f97e5e332002e1b8 Mon Sep 17 00:00:00 2001 From: nrainer-materialize <129728240+nrainer-materialize@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:13:22 +0100 Subject: [PATCH] ci: release qualification: feature benchmark should compare against the previous release (#25320) --- ci/release-qualification/pipeline.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release-qualification/pipeline.template.yml b/ci/release-qualification/pipeline.template.yml index 04d06e5c46a6e..d1cb57259d5ef 100644 --- a/ci/release-qualification/pipeline.template.yml +++ b/ci/release-qualification/pipeline.template.yml @@ -130,7 +130,7 @@ 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: @@ -138,7 +138,7 @@ steps: plugins: - ./ci/plugins/mzcompose: composition: feature-benchmark - args: [--other-tag=latest, --scale=+1] + args: [--other-tag=common-ancestor, --scale=+1] - group: SQLsmith key: sqlsmith