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:53:51 UTC

[26/50] [abbrv] beam git commit: Activate Gearpump local-validates-runner-tests in precommit

Activate Gearpump local-validates-runner-tests in precommit


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

Branch: refs/heads/master
Commit: 3c7e3e6ac5d56855b55c1271d54924d9860ae1a0
Parents: c9aac96
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu May 18 13:09:36 2017 -0700
Committer: manuzhang <ow...@gmail.com>
Committed: Mon Jun 5 19:16:34 2017 +0800

----------------------------------------------------------------------
 runners/gearpump/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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