You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/06/25 15:27:08 UTC

[geode] branch support/1.14 updated: add 1.13.3 to old versions and set as Benchmarks baseline on support/1.14 (#6645)

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

onichols 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 d9c75be  add 1.13.3 to old versions and set as Benchmarks baseline on support/1.14 (#6645)
d9c75be is described below

commit d9c75be915564675b6865ad8367508c17a3916e8
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Fri Jun 25 08:24:33 2021 -0700

    add 1.13.3 to old versions and set as Benchmarks baseline on support/1.14 (#6645)
---
 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 7373f52..697b05b 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.2'
+  baseline_version: '1.13.3'
   benchmark_branch: ((geode-build-branch))
   flavors:
   - title: 'base'
diff --git a/settings.gradle b/settings.gradle
index 29942c9..d1031da 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -91,7 +91,8 @@ include 'static-analysis:pmd-rules'
  '1.12.2',
  '1.13.0',
  '1.13.1',
- '1.13.2'].each {
+ '1.13.2',
+ '1.13.3'].each {
   include 'geode-old-versions:'.concat(it)
 }