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:42 UTC

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

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"