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 2021/05/17 18:32:40 UTC

[geode] branch develop updated: Only run Geode protocol benchmarks. (#6488)

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 f9d0307  Only run Geode protocol benchmarks. (#6488)
f9d0307 is described below

commit f9d030721af4cce8f731b495303fda9599820402
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon May 17 11:31:23 2021 -0700

    Only run Geode protocol benchmarks. (#6488)
    
    Ignores new Redis protocol benchmarks that require different topology.
---
 ci/pipelines/shared/jinja.variables.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ci/pipelines/shared/jinja.variables.yml b/ci/pipelines/shared/jinja.variables.yml
index 090d28b..47256ca 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -22,17 +22,17 @@ benchmarks:
   flavors:
   - title: '_base'
     flag: ''
-    options: ''
+    options: '--tests=org.apache.geode.benchmark.tests.*'
     max_in_flight: 5
     timeout: 24h
   - title: '_with_ssl'
     flag: '-PwithSsl -PtestJVM=/usr/lib/jvm/bellsoft-java11-amd64'
-    options: '--tests=*GetBenchmark --tests=*PutBenchmark'
+    options: '--tests=org.apache.geode.benchmark.tests.*GetBenchmark --tests=org.apache.geode.benchmark.tests.*PutBenchmark'
     max_in_flight: 2
     timeout: 8h
   - title: '_with_security_manager'
     flag: '-PwithSecurityManager'
-    options: '--tests=Partitioned*'
+    options: '--tests=org.apache.geode.benchmark.tests.Partitioned*'
     max_in_flight: 3
     timeout: 12h