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 43a1a01  add 1.13.4 to old versions and set as Benchmarks baseline on 
support/1.14
43a1a01 is described below

commit 43a1a014ed9f498a824942c77eb4f7b345c2b708
Author: Dick Cavender <[email protected]>
AuthorDate: Fri Jul 30 15:07:08 2021 -0700

    add 1.13.4 to old versions and set as Benchmarks baseline on support/1.14
    
    (cherry picked from commit 138d5b8969a70bde07ad729461f1d914aa0b14f8)
---
 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 5e5350c..3e33ba4 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.3'
+  baseline_version: '1.13.4'
   benchmark_branch: ((geode-build-branch))
   flavors:
   - title: 'base'
diff --git a/settings.gradle b/settings.gradle
index d4934a4..8f1b655 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -94,7 +94,8 @@ include 'static-analysis:pmd-rules'
  '1.13.0',
  '1.13.1',
  '1.13.2',
- '1.13.3'].each {
+ '1.13.3',
+ '1.13.4'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to