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
edx
configuration
Commits
52452c1f
Commit
52452c1f
authored
Oct 29, 2014
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1668 from edx/benp/fix-packer-cert-error
Use curl instead of get_url for packer zip download
parents
ff4bcb08
c2e7a6e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/jenkins_worker/tasks/packer.yml
+1
-1
playbooks/roles/test_build_server/files/test-development-environment.sh
+2
-2
No files found.
playbooks/roles/jenkins_worker/tasks/packer.yml
View file @
52452c1f
---
-
name
:
Download packer
get_url
:
url={{ packer_url }} dest=/var/tmp/packer.zip
shell
:
"
curl
-L
{{
packer_url
}}
-o
/var/tmp/packer.zip"
-
name
:
Unzip packer
unarchive
:
src=/var/tmp/packer.zip dest=/usr/local/bin copy=no
playbooks/roles/test_build_server/files/test-development-environment.sh
View file @
52452c1f
...
...
@@ -35,10 +35,10 @@ paver test_system -t cms/djangoapps/course_creators/tests/test_views.py
paver test_js_run
-s
xmodule
# Run some of the bok-choy tests
paver test_bokchoy
-t
test_lms.py:RegistrationTest
paver test_bokchoy
-t
lms/
test_lms.py:RegistrationTest
paver test_bokchoy
-t
discussion/test_discussion.py:DiscussionTabSingleThreadTest
--fasttest
paver test_bokchoy
-t
studio/test_studio_with_ora_component.py:ORAComponentTest
--fasttest
paver test_bokchoy
-t
test
_matlab_problem.py:MatlabProblemTest
--fasttest
paver test_bokchoy
-t
lms/test_lms
_matlab_problem.py:MatlabProblemTest
--fasttest
# Run some of the lettuce acceptance tests
paver test_acceptance
-s
lms
--extra_args
=
"lms/djangoapps/courseware/features/problems.feature -s 1"
...
...
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