You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/18 18:51:00 UTC

[jira] [Work logged] (BEAM-4113) Periodic cleanup and setup of Python environment on Jenkins machines

     [ https://issues.apache.org/jira/browse/BEAM-4113?focusedWorklogId=92213&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-92213 ]

ASF GitHub Bot logged work on BEAM-4113:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Apr/18 18:50
            Start Date: 18/Apr/18 18:50
    Worklog Time Spent: 10m 
      Work Description: udim commented on issue #5162: [BEAM-4113] Install latest pip/virtualenv in Gradle Python precommit.
URL: https://github.com/apache/beam/pull/5162#issuecomment-382491063
 
 
   @robertwb I created a JIRA for this as well. I'm not sure if this PR is needed. Will reevaluate after #5167 is merged.

----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 92213)
            Time Spent: 10m
    Remaining Estimate: 0h

> Periodic cleanup and setup of Python environment on Jenkins machines
> --------------------------------------------------------------------
>
>                 Key: BEAM-4113
>                 URL: https://issues.apache.org/jira/browse/BEAM-4113
>             Project: Beam
>          Issue Type: Improvement
>          Components: testing
>            Reporter: Udi Meiri
>            Assignee: Jason Kuster
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Instead of having Python testing scripts tidy up the environment every time they run, let's have a single script that runs once per day and does:
>  # Check if pip is installed under ~/.local and is the expected version. If not, install the correct version.
>  # Same as above, but for virtualenv.
>  # Print a list of packages installed under ~/.local.
>  # Optional: Uninstall any unexpected packages under ~/.local. For example, apache-beam shouldn't be installed under ~/.local, since 2 concurrent tests on the same machine will attempt to install to the same location.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)