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

commit 912387899baa93f0c4e967f2ca3cf1ff7c2cfdeb
Author: Dick Cavender <[email protected]>
AuthorDate: Wed Jan 26 11:54:49 2022 -0800

    add 1.14.3 to old versions and set as Benchmarks baseline on develop (#7307)
    
    (cherry picked from commit 53dae13fe02efb0f868d7d2a9ce0e03a376d679c)
---
 ci/pipelines/shared/jinja.variables.yml | 2 +-
 settings.gradle                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml 
b/ci/pipelines/shared/jinja.variables.yml
index b4a0e8c..4a2ced6 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.2'
+  baseline_version_default: '1.14.3'
   benchmark_branch: ((geode-build-branch))
   flavors:
   - title: 'base'
diff --git a/settings.gradle b/settings.gradle
index 20e4eb6..657dd3e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,7 +86,7 @@ include 'geode-server-all'
  '1.12.8',
  '1.13.1',
  '1.13.7',
- '1.14.2'].each {
+ '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to