This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 7ceaa3bfff GEODE-10089: Add 1.15.0 as old version
7ceaa3bfff is described below

commit 7ceaa3bfffc382fbab076e02b8f1f876b7723af2
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Jun 22 12:14:58 2022 -0700

    GEODE-10089: Add 1.15.0 as old version
    
    Add 1.15.0 in old versions and set as Benchmarks baseline on support/1.15
    to enable rolling upgrade tests from 1.15.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 bb6a5165b7..a54f26388f 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.14.4'
+  baseline_version_default: '1.15.0'
   benchmark_branch: ((geode-build-branch))
   flavors:
   - title: 'base'
diff --git a/settings.gradle b/settings.gradle
index 74b2578816..c4d9f38a4d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -109,7 +109,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',
+ '1.15.0'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to