Changes between Version 71 and Version 72 of SysAdmin


Ignore:
Timestamp:
09/29/12 08:43:08 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin

    v71 v72  
    7777}}}
    7878
    79 == Jenkins ==
    80 CI Server: SysAdmin/Jenkins
     79== Continuous Integration ==
     80CI Server results:
     81http://82.71.213.53/eden/admin/result
     82
     83To run the test suite manually:
     84{{{
     85sudo sh /etc/cron.custom/web2pystarter
     86}}}
     87Open another console then:
     88{{{
     89sudo sh /etc/cron.custom/testsuite
     90}}}
     91This first updates Eden and Web2py from Github, then runs the functional tests followed by smoke tests.
     92
     93To just run smoke tests:
     94{{{
     95cd /home/web2py
     96xvfb-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
     97}}}
     98
     99We also have an install of [SysAdmin/Jenkins Jenkins] which should ideally be configured to run this.
    81100
    82101== Trac Maintenance ==