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

heybales 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 cea316f  use tagged commit as benchmark baseline
cea316f is described below

commit cea316fa68753f1cf9ae368d11ef55bd2ec64231
Author: Helena A. Bales <[email protected]>
AuthorDate: Tue Jun 4 16:29:39 2019 -0700

    use tagged commit as benchmark baseline
---
 ci/pipelines/shared/jinja.variables.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml 
b/ci/pipelines/shared/jinja.variables.yml
index 1c5d51a..3cf6f17 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -59,8 +59,8 @@ java_test_versions:
 benchmarks:
   # set one or the other but not both
   branch: "develop"
-  baseline_branch: ""
-  baseline_version: "1.9.0"
+  baseline_branch: "develop/highwater"
+  baseline_version: ""
 
 java_build_version:
   name: OpenJDK8

Reply via email to