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

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6737689  [BEAM-4331] Disable integrationTest task caching
6737689 is described below

commit 6737689065e564ba4dcb1c1fab6b29a6aa8df4dc
Author: Ɓukasz Gajowy <lukasz.gaj...@polidea.com>
AuthorDate: Thu May 17 17:41:41 2018 +0200

    [BEAM-4331] Disable integrationTest task caching
---
 build_rules.gradle | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build_rules.gradle b/build_rules.gradle
index 190c323..019140c 100644
--- a/build_rules.gradle
+++ b/build_rules.gradle
@@ -955,6 +955,9 @@ ext.enableJavaPerformanceTesting = {
 
   // Task for running integration tests
   task integrationTest(type: Test) {
+    // Disable Gradle cache (it should not be used because the IT's won't run).
+    outputs.upToDateWhen { false }
+
     include "**/*IT.class"
     systemProperties.beamTestPipelineOptions = 
configuration.integrationTestPipelineOptions
   }

-- 
To stop receiving notification emails like this one, please contact
pabl...@apache.org.

Reply via email to