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/10/27 02:55:02 UTC

[geode] branch develop updated: GEODE-9773: roll redis benchmark baseline past incompatible change (#7049)

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

onichols 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 e24d185  GEODE-9773: roll redis benchmark baseline past incompatible change (#7049)
e24d185 is described below

commit e24d18550e29464d0a60d8702ed09487c2dae1ea
Author: Owen Nichols <34...@users.noreply.github.com>
AuthorDate: Tue Oct 26 19:53:56 2021 -0700

    GEODE-9773: roll redis benchmark baseline past incompatible change (#7049)
---
 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 be83f2d..0dda931 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -37,8 +37,8 @@ benchmarks:
     timeout: 12h
   - title: 'radish'
     # The current radish baseline version is taken from the commit:
-    #   GEODE-9567: Restore accidentally-removed patch file.
-    baseline_branch: '311ba9853ee32742690374b9e57b1ffa2c750843'
+    #   GEODE-9773: move RedisPropertiesTest to match the location of the source class
+    baseline_branch: '80bd4419998c9334d68c9a4863a800e83fad8870'
     baseline_version: ''
     flag: '-PtestJVM=/usr/lib/jvm/bellsoft-java11-amd64 -Pbenchmark.withRedisCluster=geode -Pbenchmark.withServerCount=2'
     options: '--tests=org.apache.geode.benchmark.redis.tests.*'