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
7b5e5794
Commit
7b5e5794
authored
Jul 16, 2014
by
Ben Patterson
Committed by
benrobot
Oct 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Solano CI.
parent
0d36dd72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
101 additions
and
0 deletions
+101
-0
tddium.yml
+101
-0
No files found.
tddium.yml
0 → 100644
View file @
7b5e5794
tddium
:
:firefox
:
25.0.1
:timeout
:
3600
:timeout_hook
:
900
:tool_config
:
git
:
:version
:
"
1.8.5.5"
:hooks
:
:pre_setup
:
"
virtualenv
$HOME/python-env
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/paver.txt
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/pre.txt
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/base.txt
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/github.txt
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/local.txt
&&
$HOME/python-env/bin/pip
install
-r
requirements/edx/post.txt"
:post_build
:
'
for
i
in
$(find
test_root/log
-name
*.png);
do
cp
-R
$i
$HOME/results/$TDDIUM_SESSION_ID/session/;
echo
"copying
file
$i";
done'
# :post_build: "paver coverage; paver bokchoy_coverage; for i in $(find reports -name cover); do cp -R $i $HOME/results/$TDDIUM_SESSION_ID/session/; done"
:cache
:
:key_paths
:
-
requirements/edx/paver.txt
-
requirements/edx/pre.txt
-
requirements/edx/base.txt
-
requirements/edx/github.txt
-
requirements/edx/local.txt
-
requirements/edx/post.txt
-
package.json
:mongodb
:
:version
:
"
2.4.7"
:mysql
:
:version
:
"
5.5"
:python
:
:python_version
:
"
2.7"
:headless
:
true
:java
:
:java_version
:
"
java-7-openjdk"
:test_pattern
:
'
none'
:tests
:
-
:type
:
custom
:command
:
paver run_quality
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/diff_quality/diff_quality_pylint.html"
-
:type
:
junit
:mode
:
basic
:command
:
"
mkdir
-p
jscover-dist
&&
wget
http://files.edx.org/testeng/JSCover-1.0.2.zip
-P
jscover-dist
&&
unzip
jscover-dist/JSCover-1.0.2.zip
-d
jscover-dist/
&&
cp
jscover-dist/target/dist/JSCover-all.jar
jscover-dist
&&
export
JSCOVER_JAR=$PWD/jscover-dist/JSCover-all.jar
&&
paver
test"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/cms/nosetests.xml"
-
"
reports/common/lib/capa/nosetests.xml"
-
"
reports/common/lib/calc/nosetests.xml"
-
"
reports/common/lib/chem/nosetests.xml"
-
"
reports/common/lib/sandbox-packages/nosetests.xml"
-
"
reports/common/lib/symmath/nosetests.xml"
-
"
reports/common/lib/xmodule/nosetests.xml"
-
"
reports/lms/nosetests.xml"
-
"
reports/javascript/javascript_xunit.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_acceptance -s lms --extra_args="-v 3 --tag shard_1"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/acceptance/lms.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_acceptance -s lms --extra_args="-v 3 --tag shard_2"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/acceptance/lms.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_acceptance -s cms --extra_args="-v 3 --tag shard_1"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/acceptance/cms.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_acceptance -s cms --extra_args="-v 3 --tag shard_2"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/acceptance/cms.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_acceptance -s cms --extra_args="-v 3 --tag shard_3"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/acceptance/cms.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_bokchoy --extra_args="-a shard_1"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/bok_choy/xunit.xml"
-
:type
:
junit
:mode
:
basic
:command
:
paver test_bokchoy --extra_args="-a '!shard_1'"
:invocation
:
single
:output
:
exit-status
:report_files
:
-
"
reports/bok_choy/xunit.xml"
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