You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/04/18 21:42:28 UTC

[geode] branch develop updated: Fixes CI benchmark baseline selection.

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

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new a0da3ce  Fixes CI benchmark baseline selection.
a0da3ce is described below

commit a0da3ce758313af3103fa9f43f7925dcea3f8f82
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Apr 18 14:39:37 2019 -0700

    Fixes CI benchmark baseline selection.
---
 ci/pipelines/shared/jinja.variables.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 7e74959..17c73ad 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -57,8 +57,9 @@ java_test_versions:
   version: 11
 
 benchmarks:
-  baseline_branch: "develop"
-  baseline_version: "1.8.0"
+  # set one or the other but not both
+  baseline_branch: "release/1.9.0"
+  baseline_version: ""
 
 java_build_version:
   name: OpenJDK8