Changes between Version 26 and Version 27 of SysAdmin/ContinuousIntegration


Ignore:
Timestamp:
07/01/13 21:48:24 (12 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/ContinuousIntegration

    v26 v27  
    33
    44== Current Setup ==
    5 CI Server's cron runs the tests every 6 hours
    6 * Using Web2Py from Tue Jan 15 22:23:00 2013
     5CI 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
    77* Using latest Trunk Eden
    8 * Using IFRC template
     8* Using IFRC, default, SandyRelief, DRMP, CRMT templates
    99* Using SQLite
    1010* Using Chrome
     
    2626NB Tests require Python 2.7, so Pythonbrew is used to allow this to coexist with the system Python 2.6
    2727
    28 To run the test suite manually:
    29 {{{
    30 /usr/local/bin/web2pystarter
    31 }}}
    32 Open another console then:
     28To run the test suite manually, run:
    3329{{{
    3430/usr/local/bin/testsuite
     
    3733To just run smoke tests:
    3834{{{
     35/usr/local/bin/web2pystarter
    3936cd /home/web2py
    4037xvfb-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