From f115f833db603b3bafe0a14a6a018cec98b9d0b0 Mon Sep 17 00:00:00 2001 From: JinwooHwang Date: Sat, 30 May 2026 06:32:10 -0400 Subject: [PATCH] GEODE-10584: Replace 2.0.1 with 2.0.2 as old version Replace 2.0.1 with 2.0.2 in old versions and set as default Benchmarks baseline on develop to enable rolling upgrade tests from 2.0.2 The serialization version has not changed between 2.0.1 and 2.0.2, so there should be no need to keep both --- ci/pipelines/shared/jinja.variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml index c7ba4563428..fc06cb7db2d 100644 --- a/ci/pipelines/shared/jinja.variables.yml +++ b/ci/pipelines/shared/jinja.variables.yml @@ -17,7 +17,7 @@ benchmarks: baseline_branch_default: '' - baseline_version_default: '2.0.1' + baseline_version_default: '2.0.2' benchmark_branch: ((geode-build-branch)) flavors: - title: 'base'