Changes between Version 26 and Version 27 of SysAdmin/ContinuousIntegration
- Timestamp:
- 07/01/13 21:48:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SysAdmin/ContinuousIntegration
v26 v27 3 3 4 4 == Current Setup == 5 CI Server's cron runs the tests every 6hours6 * Using Web2Py from Tue J an 15 22:23:00 20135 CI Server's cron runs the tests every 24 hours 6 * Using Web2Py from Tue Jun 11 08:00:48 - Version 2.5.1-stable+timestamp.2013.06.11.08.00.05 7 7 * Using latest Trunk Eden 8 * Using IFRC template8 * Using IFRC, default, SandyRelief, DRMP, CRMT templates 9 9 * Using SQLite 10 10 * Using Chrome … … 26 26 NB Tests require Python 2.7, so Pythonbrew is used to allow this to coexist with the system Python 2.6 27 27 28 To run the test suite manually: 29 {{{ 30 /usr/local/bin/web2pystarter 31 }}} 32 Open another console then: 28 To run the test suite manually, run: 33 29 {{{ 34 30 /usr/local/bin/testsuite … … 37 33 To just run smoke tests: 38 34 {{{ 35 /usr/local/bin/web2pystarter 39 36 cd /home/web2py 40 37 xvfb-run -a python web2py.py -S eden -M -R applications/eden/modules/tests/suite.py -A --html-path /home/web2py/applications/eden/static/test_smoke/ --suite smoke --force-debug --link-depth 16 -V 4