You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:12:22 UTC

[GitHub] [beam] kennknowles opened a new issue, #18892: Periodic cleanup and setup of Python environment on Jenkins machines

kennknowles opened a new issue, #18892:
URL: https://github.com/apache/beam/issues/18892

   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.
   
    
   
   Imported from Jira [BEAM-4113](https://issues.apache.org/jira/browse/BEAM-4113). Original Jira may contain additional context.
   Reported by: udim.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Periodic cleanup and setup of Python environment on Jenkins machines [beam]

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn closed issue #18892: Periodic cleanup and setup of Python environment on Jenkins machines
URL: https://github.com/apache/beam/issues/18892


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org