You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mw...@apache.org on 2020/03/02 12:39:30 UTC

[beam] 01/01: [BEAM-8327] Override Gradle cache for community metrics prober

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

mwalenia pushed a commit to branch BEAM-8327-community-force-test-rebuild
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6365a0aa78a83a27975f938defb75aafb3fe2ff7
Author: Michal Walenia <mi...@polidea.com>
AuthorDate: Mon Mar 2 13:39:02 2020 +0100

    [BEAM-8327] Override Gradle cache for community metrics prober
---
 .test-infra/jenkins/job_PostCommit_CommunityMetrics.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/job_PostCommit_CommunityMetrics.groovy b/.test-infra/jenkins/job_PostCommit_CommunityMetrics.groovy
index 3334c50..eb94af3 100644
--- a/.test-infra/jenkins/job_PostCommit_CommunityMetrics.groovy
+++ b/.test-infra/jenkins/job_PostCommit_CommunityMetrics.groovy
@@ -38,6 +38,7 @@ job('beam_Prober_CommunityMetrics') {
     gradle {
       rootBuildScriptDir(commonJobProperties.checkoutDir)
       tasks(':communityMetricsProber')
+      switches('--rebuild-tasks')
       commonJobProperties.setGradleSwitches(delegate)
     }
   }