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 <jbarr...@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