You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2021/10/26 05:50:05 UTC

[geode] branch develop updated: GEODE-9771: Use generic japicmp test-target in CI (#7041)

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

rhoughton 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 1b0806b  GEODE-9771: Use generic japicmp test-target in CI (#7041)
1b0806b is described below

commit 1b0806b225ef62adb171b521a95cb167bea2dcfa
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Mon Oct 25 22:48:40 2021 -0700

    GEODE-9771: Use generic japicmp test-target in CI (#7041)
---
 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 2ba5fd1..be83f2d 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -253,7 +253,7 @@ tests:
   DISK: '200GB'
   DUNIT_PARALLEL_FORKS: '0'
   EXECUTE_TEST_TIMEOUT: 1h
-  GRADLE_TASK: geode-assembly:japicmp
+  GRADLE_TASK: japicmp
   MAX_IN_FLIGHT: 1
   ONLY_JDK: 11
   PARALLEL_DUNIT: 'false'