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
c55a15e9
Commit
c55a15e9
authored
Aug 24, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2234 from edx/benp/fix-packer-sitespeed-aug2015
Benp/fix packer sitespeed aug2015
parents
f262db99
26581814
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
playbooks/roles/jenkins_worker/tasks/test_platform_worker.yml
+1
-1
playbooks/roles/jenkins_worker/tasks/test_sitespeed_worker.yml
+1
-1
playbooks/roles/test_build_server/files/test-development-environment.sh
+2
-4
No files found.
playbooks/roles/jenkins_worker/tasks/test_platform_worker.yml
View file @
c55a15e9
...
...
@@ -23,7 +23,7 @@
register
:
firefox_version
-
assert
:
that
:
-
"
'28.0'
in
firefox_version"
-
"
'28.0'
in
firefox_version
.stdout
"
# The role is run with a github oauth token passed in
# as github_oauth_token var value.
...
...
playbooks/roles/jenkins_worker/tasks/test_sitespeed_worker.yml
View file @
c55a15e9
...
...
@@ -12,4 +12,4 @@
register
:
firefox_version
-
assert
:
that
:
-
"
'
40.0'
not
in
firefox_version
"
-
"
'
28.0'
not
in
firefox_version.stdout
"
playbooks/roles/test_build_server/files/test-development-environment.sh
View file @
c55a15e9
...
...
@@ -22,8 +22,7 @@ source scripts/jenkins-common.sh
# Now we can run a subset of the tests via paver.
# Run some of the common/lib unit tests
# TODO: The following verification is waiting on a fix for SOL-570.
# paver test_lib -t common/lib/xmodule/xmodule/tests/test_stringify.py
paver test_lib
-t
common/lib/xmodule/xmodule/tests/test_stringify.py
# Generate some coverage reports
paver coverage
...
...
@@ -36,8 +35,7 @@ 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
lms/test_lms.py:LanguageTest
paver test_bokchoy
-t
discussion/test_discussion.py:DiscussionTabSingleThreadTest
--fasttest
paver test_bokchoy
-t
discussion/test_discussion.py:DiscussionTabSingleThreadTest
paver test_bokchoy
-t
studio/test_studio_with_ora_component.py:ORAComponentTest
--fasttest
paver test_bokchoy
-t
lms/test_lms_matlab_problem.py:MatlabProblemTest
--fasttest
...
...
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