Repository: incubator-beam
Updated Branches:
  refs/heads/master ca15cac0a -> 636b5f7f6


Run integration tests in parallel


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/790f82b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/790f82b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/790f82b0

Branch: refs/heads/master
Commit: 790f82b008b9e3ad9fccaf5ce985ee18a1e248c4
Parents: ca15cac
Author: Dan Halperin <dhalp...@google.com>
Authored: Tue Aug 2 23:51:45 2016 -0700
Committer: Dan Halperin <dhalp...@google.com>
Committed: Wed Aug 3 17:13:56 2016 -0700

----------------------------------------------------------------------
 examples/java/pom.xml                      | 2 ++
 sdks/java/io/google-cloud-platform/pom.xml | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/790f82b0/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 8b98288..d0a6b34 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -187,6 +187,8 @@
               <goal>verify</goal>
             </goals>
             <configuration>
+              <parallel>all</parallel>
+              <threadCount>4</threadCount>
               <systemPropertyVariables>
                 
<beamTestPipelineOptions>${integrationTestPipelineOptions}</beamTestPipelineOptions>
               </systemPropertyVariables>

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/790f82b0/sdks/java/io/google-cloud-platform/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/google-cloud-platform/pom.xml 
b/sdks/java/io/google-cloud-platform/pom.xml
index dcd1d5c..1596a66 100644
--- a/sdks/java/io/google-cloud-platform/pom.xml
+++ b/sdks/java/io/google-cloud-platform/pom.xml
@@ -78,6 +78,8 @@
               <goal>verify</goal>
             </goals>
             <configuration>
+              <parallel>all</parallel>
+              <threadCount>4</threadCount>
               <systemPropertyVariables>
                 
<beamTestPipelineOptions>${integrationTestPipelineOptions}</beamTestPipelineOptions>
               </systemPropertyVariables>

Reply via email to