Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
0e90e04f
Commit
0e90e04f
authored
Feb 18, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use pip instead of pip-accel for jenkins workers
parent
0b6af757
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
playbooks/roles/jenkins_worker/tasks/python.yml
+18
-12
No files found.
playbooks/roles/jenkins_worker/tasks/python.yml
View file @
0e90e04f
...
...
@@ -30,24 +30,30 @@
depth=1
sudo_user
:
"
{{
jenkins_user
}}"
-
name
:
Pip installs that are needed for pip-accel to work for us
pip
:
>
name="{{ item }}"
virtualenv={{ jenkins_home }}/edx-venv
virtualenv_command=virtualenv-2.7
sudo_user
:
"
{{
jenkins_user
}}"
with_items
:
pip_accel_reqs
# pip-accel skipped due to conflicting versions of pip required
# by the pip-accel package and edx-platform
# - name: Pip installs that are needed for pip-accel to work for us
# pip: >
# name="{{ item }}"
# virtualenv={{ jenkins_home }}/edx-venv
# virtualenv_command=virtualenv-2.7
# sudo_user: "{{ jenkins_user }}"
# with_items: pip_accel_reqs
# Install the platform requirements using pip-accel.
# This will allow the binary distributions to be downloaded from S3
# rather than compiled each time.
-
name
:
Install edx-platform requirements using pip-accel
# Install the platform requirements using pip.
# Installing the platform requirements using pip-accel
# would allow the binary distributions to be downloaded from S3
# rather than compiled each time. This was previously enabled,
# but reverted back to pip because the current version of pip-accel
# (0.22.4) is only compatible with pip >= 1.4, < 1.5 and the current
# version of pip in edx-platform is 6.0.8.
-
name
:
Install edx-platform requirements using pip
pip
:
>
requirements={{ jenkins_home }}/shallow-clone/requirements/edx/{{ item }}
extra_args="--exists-action=w"
virtualenv={{ jenkins_home }}/edx-venv
virtualenv_command=virtualenv-2.7
executable=pip
-accel
executable=pip
with_items
:
-
pre.txt
-
github.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment