[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-17 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155536&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155536
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 17/Oct/18 18:12
Start Date: 17/Oct/18 18:12
Worklog Time Spent: 10m 
  Work Description: pabloem closed pull request #6712: [BEAM-5772] Moving 
GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/job_PostCommit_Java_GcpIo.groovy 
b/.test-infra/jenkins/job_PostCommit_Java_GcpIo.groovy
new file mode 100644
index ..8dece34d7c33
--- /dev/null
+++ b/.test-infra/jenkins/job_PostCommit_Java_GcpIo.groovy
@@ -0,0 +1,50 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import CommonJobProperties as commonJobProperties
+import PostcommitJobBuilder
+
+
+// This job runs a suite of ValidatesRunner tests against the Dataflow
+// runner.
+PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_ValidatesRunner_GcpIo',
+'Run GcpIo ValidatesRunner', 'Google Cloud IO ValidatesRunner Tests', 
this) {
+
+description('Runs the ValidatesRunner suite for GCP IO (BQ, PubSub, etc) 
on Dataflow.')
+
+// Set common parameters. Sets a 2.5 hour timeout.
+commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 150)
+
+// Publish all test results to Jenkins
+publishers {
+archiveJunit('**/build/test-results/**/*.xml')
+}
+
+// Gradle goals for this job.
+steps {
+gradle {
+rootBuildScriptDir(commonJobProperties.checkoutDir)
+tasks(':javaGcpIoPostCommit')
+commonJobProperties.setGradleSwitches(delegate)
+// Specify maven home on Jenkins, needed by Maven archetype 
integration tests.
+
switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.2')
+// BEAM-5035: Parallel builds are very flaky
+switches('--no-parallel')
+}
+}
+}
diff --git a/build.gradle b/build.gradle
index 488ac0ddf62f..16c98557d590 100644
--- a/build.gradle
+++ b/build.gradle
@@ -199,11 +199,14 @@ task javaPreCommit() {
 task javaPostCommit() {
   dependsOn ":javaPreCommit"
   dependsOn ":beam-runners-google-cloud-dataflow-java:postCommit"
-  dependsOn ":beam-sdks-java-io-google-cloud-platform:postCommit"
   dependsOn ":beam-sdks-java-extensions-sql:postCommit"
   dependsOn ":beam-sdks-java-extensions-sql-jdbc:postCommit"
 }
 
+task javaGcpIoPostCommit() {
+  dependsOn ":beam-sdks-java-io-google-cloud-platform:postCommit"
+}
+
 task goPreCommit() {
   dependsOn ":rat"
   dependsOn ":beam-sdks-go:test"


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155536)
Time Spent: 1h  (was: 50m)

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-17 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155535&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155535
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 17/Oct/18 18:12
Start Date: 17/Oct/18 18:12
Worklog Time Spent: 10m 
  Work Description: pabloem commented on issue #6712: [BEAM-5772] Moving 
GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712#issuecomment-430732206
 
 
   I'm goingon vacation, so I'll get back to this later on.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155535)
Time Spent: 50m  (was: 40m)

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-17 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155524&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155524
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 17/Oct/18 17:22
Start Date: 17/Oct/18 17:22
Worklog Time Spent: 10m 
  Work Description: pabloem commented on issue #6712: [BEAM-5772] Moving 
GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712#issuecomment-430715206
 
 
   hmmm this is too fast, hah. I need to look into why that is.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155524)
Time Spent: 40m  (was: 0.5h)

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-17 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155507&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155507
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 17/Oct/18 17:02
Start Date: 17/Oct/18 17:02
Worklog Time Spent: 10m 
  Work Description: pabloem commented on issue #6712: [BEAM-5772] Moving 
GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712#issuecomment-430708764
 
 
   Run GcpIo ValidatesRunner


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155507)
Time Spent: 0.5h  (was: 20m)

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-17 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155505&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155505
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 17/Oct/18 16:58
Start Date: 17/Oct/18 16:58
Worklog Time Spent: 10m 
  Work Description: pabloem commented on issue #6712: [BEAM-5772] Moving 
GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712#issuecomment-430707448
 
 
   Run Seed Job


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155505)
Time Spent: 20m  (was: 10m)

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (BEAM-5772) GCP IO tests slow down general Beam PostCommits

2018-10-16 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/BEAM-5772?focusedWorklogId=155197&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-155197
 ]

ASF GitHub Bot logged work on BEAM-5772:


Author: ASF GitHub Bot
Created on: 16/Oct/18 22:58
Start Date: 16/Oct/18 22:58
Worklog Time Spent: 10m 
  Work Description: pabloem opened a new pull request #6712: [BEAM-5772] 
Moving GCP IO tests to a new post commit suite
URL: https://github.com/apache/beam/pull/6712
 
 
   r: @Ardagan 
   
   Can you help me with these jenkins jobs? : )


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 155197)
Time Spent: 10m
Remaining Estimate: 0h

> GCP IO tests slow down general Beam PostCommits
> ---
>
> Key: BEAM-5772
> URL: https://issues.apache.org/jira/browse/BEAM-5772
> Project: Beam
>  Issue Type: Bug
>  Components: io-java-gcp, testing
>Reporter: Pablo Estrada
>Assignee: Pablo Estrada
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)