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

yhu pushed a commit to branch release-2.55.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.55.0 by this push:
     new 5e1920f217f Disable remote gradle cache until it is cleaned (#30584) 
(#30596)
5e1920f217f is described below

commit 5e1920f217f2cb9599a79e7dab16687c521bf68c
Author: Yi Hu <[email protected]>
AuthorDate: Mon Mar 11 11:55:21 2024 -0400

    Disable remote gradle cache until it is cleaned (#30584) (#30596)
    
    * Disable remote gradle cache until it is cleaned
    
    * trigger test
---
 ...ink.json => beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.json} | 0
 settings.gradle.kts                                                  | 5 +++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/trigger_files/beam_PostCommit_XVR_Flink.json 
b/.github/trigger_files/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.json
similarity index 100%
rename from .github/trigger_files/beam_PostCommit_XVR_Flink.json
rename to 
.github/trigger_files/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.json
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 2906095db9e..8df07d29f67 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -62,8 +62,9 @@ buildCache {
       username = System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME")
       password = System.getenv("GRADLE_ENTERPRISE_CACHE_PASSWORD")
     }
-    isEnabled = 
!System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
-    isPush = isCi
+    // TODO(yathu) re-enable when remote gradle cache cleaned up
+    isEnabled = false // 
!System.getenv("GRADLE_ENTERPRISE_CACHE_USERNAME").isNullOrBlank()
+    isPush = false
   }
 }
 

Reply via email to