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 e3df55d  Fix Java Nightly Snapshot Failures
e3df55d is described below

commit e3df55da5b903440a84b19185d442b6abbc1dc36
Author: Yifan Zou <[email protected]>
AuthorDate: Wed Jul 25 14:59:54 2018 -0700

    Fix Java Nightly Snapshot Failures
---
 release/src/main/groovy/MobileGamingCommands.groovy | 2 --
 1 file changed, 2 deletions(-)

diff --git a/release/src/main/groovy/MobileGamingCommands.groovy 
b/release/src/main/groovy/MobileGamingCommands.groovy
index 3357381..bf8d049 100644
--- a/release/src/main/groovy/MobileGamingCommands.groovy
+++ b/release/src/main/groovy/MobileGamingCommands.groovy
@@ -126,7 +126,6 @@ class MobileGamingCommands {
     return [project: testScripts.gcpProject(),
       dataset: testScripts.bqDataset(),
       topic: 
"projects/${testScripts.gcpProject()}/topics/${testScripts.pubsubTopic()}",
-      output: "gs://${testScripts.gcsBucket()}/java-leaderboard-result.txt",
       leaderBoardTableName: "leaderboard_${runner}",
       teamWindowDuration: 5]
   }
@@ -135,7 +134,6 @@ class MobileGamingCommands {
     return [project: testScripts.gcpProject(),
       dataset: testScripts.bqDataset(),
       topic: 
"projects/${testScripts.gcpProject()}/topics/${testScripts.pubsubTopic()}",
-      output: "gs://${testScripts.gcsBucket()}/java-leaderboard-result.txt",
       fixedWindowDuration: 5,
       userActivityWindowDuration: 5,
       sessionGap: 1,

Reply via email to