You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/06/29 16:49:34 UTC

[1/2] incubator-beam git commit: Disable Java specific Travis tests for python-sdk branch

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 887bef19d -> 0545eb593


Disable Java specific Travis tests for python-sdk branch

python-sdk branch is exclusively used for Python SDK development. This
change disables the Java tests to cut testing time (~2hrs) on Java
tests.

Jenkins will continue to verify Java tests so this should not result in
accidental breakages. (Jenkins tests are considerably faster).

And we will revert these changes when before python-sdk branch graduates
and merged to master.


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

Branch: refs/heads/python-sdk
Commit: 2b6c4eef0e1879906f426b20d488637c8322d1b9
Parents: 887bef1
Author: Ahmet Altay <al...@google.com>
Authored: Tue Jun 28 17:42:15 2016 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Tue Jun 28 18:40:21 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2b6c4eef/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index ec74fa4..3ff4834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,16 +35,17 @@ addons:
 
 matrix:
   include:
-    # On OSX, run with default JDK only.
-    - os: osx
-      env: MAVEN_OVERRIDE=""
-    # On Linux, run with specific JDKs only.
-    - os: linux
-      env: CUSTOM_JDK="oraclejdk8" MAVEN_OVERRIDE="-DforkCount=0"
-    - os: linux
-      env: CUSTOM_JDK="oraclejdk7" MAVEN_OVERRIDE="-DforkCount=0"
-    - os: linux
-      env: CUSTOM_JDK="openjdk7" MAVEN_OVERRIDE="-DforkCount=0"
+    # TODO(altay): Re-enable Java tests before merging python-sdk branch to master.
+    ## On OSX, run with default JDK only.
+    #- os: osx
+    #  env: MAVEN_OVERRIDE=""
+    ## On Linux, run with specific JDKs only.
+    #- os: linux
+    #  env: CUSTOM_JDK="oraclejdk8" MAVEN_OVERRIDE="-DforkCount=0"
+    #- os: linux
+    #  env: CUSTOM_JDK="oraclejdk7" MAVEN_OVERRIDE="-DforkCount=0"
+    #- os: linux
+    #  env: CUSTOM_JDK="openjdk7" MAVEN_OVERRIDE="-DforkCount=0"
     # Python SDK environments.
     - os: osx
       env: TEST_PYTHON="1"


[2/2] incubator-beam git commit: Closes #556

Posted by dh...@apache.org.
Closes #556


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

Branch: refs/heads/python-sdk
Commit: 0545eb593f5e18e7a4ccb5cda7e851180a93c6d3
Parents: 887bef1 2b6c4ee
Author: Dan Halperin <dh...@google.com>
Authored: Wed Jun 29 09:49:23 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Jun 29 09:49:23 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------