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:29 UTC

[beam] branch BEAM-8327-community-force-test-rebuild created (now 6365a0a)

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

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


      at 6365a0a  [BEAM-8327] Override Gradle cache for community metrics prober

This branch includes the following new commits:

     new 6365a0a  [BEAM-8327] Override Gradle cache for community metrics prober

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by mw...@apache.org.
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)
     }
   }