[
https://issues.apache.org/jira/browse/BEAM-3840?focusedWorklogId=81754&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-81754
]
ASF GitHub Bot logged work on BEAM-3840:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/18 07:01
Start Date: 19/Mar/18 07:01
Worklog Time Spent: 10m
Work Description: yifanzou commented on a change in pull request #4853:
[BEAM-3840] Get python mobile-gaming automating on core runners
URL: https://github.com/apache/beam/pull/4853#discussion_r175344081
##########
File path: release/src/main/groovy/run_release_candidate_python_quickstart.sh
##########
@@ -179,12 +111,13 @@ gpg --verify $ASC_FILE_NAME $BEAM_PYTHON_SDK
print_separator "Creating new virtualenv and installing the SDK"
virtualenv temp_virtualenv
-. temp_virtualenv/bin/activate && pip install $BEAM_PYTHON_SDK[gcp]
+. temp_virtualenv/bin/activate
Review comment:
Actually, we do need to setup virtualenv first. Since we are not permitted
to modify $PATH on Jenkins hosts, we are not able to install new gcloud sdk.
And virtualenv creates an isolated python environment that allows us to update
gcloud there.
In this quarter, we have a task to update gcloud on Jenkins nodes so that we
don't need to do that in every validation run.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 81754)
Time Spent: 13h 40m (was: 13.5h)
> Get Python Mobile-Gaming Running on Core Runners
> ------------------------------------------------
>
> Key: BEAM-3840
> URL: https://issues.apache.org/jira/browse/BEAM-3840
> Project: Beam
> Issue Type: Sub-task
> Components: examples-python
> Affects Versions: 2.5.0
> Reporter: yifan zou
> Assignee: yifan zou
> Priority: Major
> Fix For: 2.5.0
>
> Time Spent: 13h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)