You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/12/22 18:29:41 UTC

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

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk c8a8bb21e -> bd62c2170


Closes #1686


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

Branch: refs/heads/python-sdk
Commit: bd62c2170ddc906ecb61f313ecb8a4180fab74ad
Parents: c8a8bb2 83d78e0
Author: Robert Bradshaw <ro...@gmail.com>
Authored: Thu Dec 22 10:29:25 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu Dec 22 10:29:25 2016 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------



[2/2] incubator-beam git commit: Fixing postcomit error caused by PR 1526.

Posted by ro...@apache.org.
Fixing postcomit error caused by PR 1526.


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

Branch: refs/heads/python-sdk
Commit: 83d78e0aa3661a41c5e8217d4dccd677738ceee0
Parents: c8a8bb2
Author: Pablo <pa...@google.com>
Authored: Wed Dec 21 20:52:35 2016 -0800
Committer: Robert Bradshaw <ro...@gmail.com>
Committed: Thu Dec 22 10:29:25 2016 -0800

----------------------------------------------------------------------
 sdks/python/run_postcommit.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/83d78e0a/sdks/python/run_postcommit.sh
----------------------------------------------------------------------
diff --git a/sdks/python/run_postcommit.sh b/sdks/python/run_postcommit.sh
index 2e00a03..1652936 100755
--- a/sdks/python/run_postcommit.sh
+++ b/sdks/python/run_postcommit.sh
@@ -76,6 +76,7 @@ python setup.py nosetests \
     --runner=BlockingDataflowPipelineRunner \
     --project=$PROJECT \
     --staging_location=$GCS_LOCATION/staging-validatesrunner-test \
+    --temp_location=$GCS_LOCATION/temp-validatesrunner-test \
     --sdk_location=$SDK_LOCATION \
     --job_name=$JOBNAME_VR_TEST \
     --num_workers=1"