This is an automated email from the ASF dual-hosted git repository.
jinwoo pushed a commit to branch support/2.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/2.0 by this push:
new a452e43f39 GEODE-10467: Add 2.0.0 as old version
a452e43f39 is described below
commit a452e43f394c742ea489cb6dae7edae0908be2e2
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Dec 18 05:32:35 2025 -0500
GEODE-10467: Add 2.0.0 as old version
Add 2.0.0 in old versions and set as Benchmarks baseline on support/2.0
to enable rolling upgrade tests from 2.0.0
---
ci/pipelines/shared/jinja.variables.yml | 2 +-
settings.gradle | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index a5d455af23..7979f1d841 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: '1.15.1'
+ baseline_version_default: '2.0.0'
benchmark_branch: ((geode-build-branch))
flavors:
- title: 'base'
diff --git a/settings.gradle b/settings.gradle
index 3989c64461..7b19f26f41 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -131,7 +131,8 @@ include 'geode-server-all'
'1.13.1',
'1.13.8',
'1.14.0', // Include for SSL protocol configuration changes in 1.14.0
- '1.14.4'].each {
+ '1.14.4',
+ '2.0.0'].each {
include 'geode-old-versions:'.concat(it)
}