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

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


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

commit 3601d83d55557a0885448b588bc993a9df4935a3
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Thu Apr 18 15:02:24 2019 -0700

    Fixes CI benchmark baseline selection.
---
 ci/pipelines/shared/jinja.variables.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml 
b/ci/pipelines/shared/jinja.variables.yml
index 345e111..a3edf9f 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -57,7 +57,7 @@ java_test_versions:
   version: 11
 
 benchmarks:
-  baseline_branch: "develop"
+  baseline_branch: ""
   baseline_version: "1.8.0"
 
 java_build_version:

Reply via email to