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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 6c7fb51  add 1.14.0 to old versions and set as Benchmarks baseline on 
support/1.14
6c7fb51 is described below

commit 6c7fb51ba793b11cbef2388a0ef7324a7d699160
Author: Naburun Nag <[email protected]>
AuthorDate: Thu Sep 2 18:56:28 2021 -0700

    add 1.14.0 to old versions and set as Benchmarks baseline on support/1.14
---
 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 3e33ba4..6ddd242 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -17,7 +17,7 @@
 
 benchmarks:
   baseline_branch: ''
-  baseline_version: '1.13.4'
+  baseline_version: '1.14.0'
   benchmark_branch: ((geode-build-branch))
   flavors:
   - title: 'base'
diff --git a/settings.gradle b/settings.gradle
index 8f1b655..d2315cc 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -95,7 +95,8 @@ include 'static-analysis:pmd-rules'
  '1.13.1',
  '1.13.2',
  '1.13.3',
- '1.13.4'].each {
+ '1.13.4',
+ '1.14.0'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to