[
https://issues.apache.org/jira/browse/BEAM-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904094#comment-16904094
]
Mark Liu commented on BEAM-2496:
--------------------------------
Now, Jenkins will setup a virtualenv and install dependencies before running
Perfkit framework. See
https://github.com/apache/beam/blob/master/.test-infra/jenkins/CommonJobProperties.groovy
for details. Will mark this jira as resolved.
> Use virtualenv in Performance test for dependency management
> ------------------------------------------------------------
>
> Key: BEAM-2496
> URL: https://issues.apache.org/jira/browse/BEAM-2496
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Mark Liu
> Assignee: Mark Liu
> Priority: Major
>
> Currently, we directly install required python packages on Jenkins executors
> in performance test , which will cause problem if new version of a package is
> required, or previous test mess up with the environment.
> We should use virtualenv or similar tools to manage the requirement packages
> to build a clean environment with no leftover after whole test is finished.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)