Difference between revisions of "Add to Try Server Automated Testing Support"

From CDOT Wiki
Jump to: navigation, search
m (Added link to source code)
m (Added latest news)
Line 11: Line 11:
  
 
== News ==
 
== News ==
* 18-Jan-2007
+
* 29-Jan-2008
 +
** SERVER NEWS: The main OS (CentOS 5.1 and Windows 2003 Server) are installed. Once they are configured we will duplicate them to the rest of the nodes.
 +
** Soon the server will be completely running and we will have access to it
 +
** I have added a repository [http://svn2.assembla.com/svn/Seneca_Hera_Try_Server_Setup/automated-testing/ svn:Seneca Hera Try Server - automated-testing integration] an I am modifying the master.cfg file to meet the purposes; It is based on [http://lxr.mozilla.org/mozilla/source/tools/buildbot-configs/testing/unittest/ buildbot-configs/testing/unittest/]
 +
** I might set up this Saturday my own try server at home
 +
* 18-Jan-2008
 
** We are waiting for the Buildbot Farm to be set up at Seneca
 
** We are waiting for the Buildbot Farm to be set up at Seneca
 
** At this point I have been able to run "make check" tests and mochitests. Explained in blog how to do this
 
** At this point I have been able to run "make check" tests and mochitests. Explained in blog how to do this
 
** Read Buildbot manual, discovered that I have to write some Build Steps but there's some configuration done by the community (check links section)
 
** Read Buildbot manual, discovered that I have to write some Build Steps but there's some configuration done by the community (check links section)
 
  
 
== Links ==
 
== Links ==

Revision as of 12:58, 29 January 2008

Introduction

We are trying to add to a Try Server, that will be set up at Seneca, automated testing support (TUnit (make check), mochitest, reftests, crashtest)

People

  • Armen Zambrano G. (armenzg) #seneca channel
  • People from Mozilla helping me: Rob Campbell, Robert Helmer, Ben Hearsum, Robert Sayre, Mike Shaver, Adam Delyea and Dave Humphrey


News

  • 29-Jan-2008
    • SERVER NEWS: The main OS (CentOS 5.1 and Windows 2003 Server) are installed. Once they are configured we will duplicate them to the rest of the nodes.
    • Soon the server will be completely running and we will have access to it
    • I have added a repository svn:Seneca Hera Try Server - automated-testing integration an I am modifying the master.cfg file to meet the purposes; It is based on buildbot-configs/testing/unittest/
    • I might set up this Saturday my own try server at home
  • 18-Jan-2008
    • We are waiting for the Buildbot Farm to be set up at Seneca
    • At this point I have been able to run "make check" tests and mochitests. Explained in blog how to do this
    • Read Buildbot manual, discovered that I have to write some Build Steps but there's some configuration done by the community (check links section)

Links

heading 1 heading 2
Buildbot configuration (1) for Unit Testing (check master.cfg file) http://lxr.mozilla.org/mozilla/source/tools/buildbot-configs/testing/unittest/
Buildbot configuration (2) for a Tryserver (check master.cfg file) http://lxr.mozilla.org/mozilla/source/tools/buildbot-configs/tryserver/
Building Mozilla with Buildbot http://zenit.senecac.on.ca/wiki/index.php/Building_Mozilla_with_Buildbot


Tasks

Task Details Priority Contributors Status Target Completed Link(s)
make check tests Learn how to run Tunits (make check or xpcshell-base tests) and explained them Med armenzg Done 0.4 rel. week 01/13/08 (armenzg's post) Xpcshell based uni tests
mochitest tests Learn how to run mochitests and explain them Med armenzg Done 0.4 release week   No post yet but have run them
Buildbot Manual Learn basics of Buildbot that apply to this project Med armenzg Done 01/18/08   No post - Buildbot Manual
Analize Master.cfg file Try to see what is already written about Buildsteps relating Unit Testing Med armenzg     Ongoing No post - buildbot-configs/testing/unittest/
      armenzg