You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/08/07 23:54:10 UTC

[45/50] [abbrv] beam git commit: Deactivate integration-tests for gearpump-runner by default

Deactivate integration-tests for gearpump-runner by default


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

Branch: refs/heads/master
Commit: d9bb4cb66b6b80269795343e5be3b85aab1e7b6a
Parents: 49d4ed5
Author: manuzhang <ow...@gmail.com>
Authored: Tue Jul 25 15:14:49 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Wed Jul 26 12:29:34 2017 +0800

----------------------------------------------------------------------
 examples/java/pom.xml    | 12 ------------
 examples/java8/pom.xml   | 12 ++++++++++++
 runners/gearpump/pom.xml |  3 +--
 3 files changed, 13 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/d9bb4cb6/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 2d43527..ae64a79 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -89,18 +89,6 @@
       </dependencies>
     </profile>
 
-    <!-- Include the Apache Gearpump (incubating) runner with -P gearpump-runner -->
-    <profile>
-      <id>gearpump-runner</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.beam</groupId>
-          <artifactId>beam-runners-gearpump</artifactId>
-          <scope>runtime</scope>
-        </dependency>
-      </dependencies>
-    </profile>
-
     <!-- Include the Apache Flink runner with -P flink-runner -->
     <profile>
       <id>flink-runner</id>

http://git-wip-us.apache.org/repos/asf/beam/blob/d9bb4cb6/examples/java8/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml
index 6fd29a4..7beb955 100644
--- a/examples/java8/pom.xml
+++ b/examples/java8/pom.xml
@@ -151,6 +151,18 @@
         </dependency>
       </dependencies>
     </profile>
+
+    <!-- Include the Apache Gearpump (incubating) runner with -P gearpump-runner -->
+    <profile>
+      <id>gearpump-runner</id>
+      <dependencies>
+        <dependency>
+          <groupId>org.apache.beam</groupId>
+          <artifactId>beam-runners-gearpump</artifactId>
+          <scope>runtime</scope>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 
   <build>

http://git-wip-us.apache.org/repos/asf/beam/blob/d9bb4cb6/runners/gearpump/pom.xml
----------------------------------------------------------------------
diff --git a/runners/gearpump/pom.xml b/runners/gearpump/pom.xml
index ee90d48..3a4722f 100644
--- a/runners/gearpump/pom.xml
+++ b/runners/gearpump/pom.xml
@@ -49,8 +49,7 @@
   <profiles>
     <profile>
       <id>local-validates-runner-tests</id>
-      <!-- TODO: once on master branch, move to postcommit only -->
-      <activation><activeByDefault>true</activeByDefault></activation>
+      <activation><activeByDefault>false</activeByDefault></activation>
       <build>
         <plugins>
           <plugin>