Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
baa0e9be
Commit
baa0e9be
authored
Jan 16, 2013
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1291 from MITx/bugfix/apenney/jenkins
Lets explicitly make the virtualenvs for now.
parents
aa5ede3f
e38b4415
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
jenkins/test.sh
+5
-5
No files found.
jenkins/test.sh
View file @
baa0e9be
...
@@ -28,12 +28,12 @@ export PYTHONIOENCODING=UTF-8
...
@@ -28,12 +28,12 @@ export PYTHONIOENCODING=UTF-8
GIT_BRANCH
=
${
GIT_BRANCH
/HEAD/master
}
GIT_BRANCH
=
${
GIT_BRANCH
/HEAD/master
}
# Temporary workaround for pip/numpy bug. (Jenkin's is unable to pip install numpy successfully, scipy fails to install afterwards.
if
[
!
-d
/mnt/virtualenvs/
"
$JOB_NAME
"
]
;
then
# We tried pip 1.1, 1.2, all sorts of varieties but it's apparently a pip bug of some kind.
mkdir
-p
/mnt/virtualenvs/
"
$JOB_NAME
"
wget
-O
/tmp/numpy.tar.gz http://pypi.python.org/packages/source/n/numpy/numpy-1.6.2.tar.gz#md5
=
95ed6c9dcc94af1fc1642ea2a33c1bba
virtualenv /mnt/virtualenvs/
"
$JOB_NAME
"
tar
-zxvf
/tmp/numpy.tar.gz
-C
/tmp/
fi
python /tmp/numpy-1.6.2/setup.py install
source
/mnt/virtualenvs/
"
$JOB_NAME
"
/bin/activate
pip install
-q
-r
pre-requirements.txt
pip install
-q
-r
pre-requirements.txt
pip install
-q
-r
test-requirements.txt
pip install
-q
-r
test-requirements.txt
yes w | pip install
-q
-r
requirements.txt
yes w | pip install
-q
-r
requirements.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