Open main menu

CDOT Wiki β

Changes

File:Browsing mozbuild(py).jpeg

406 bytes added, 13:02, 29 January 2008
It shows as an image of this file http://lxr.mozilla.org/mozilla/source/tools/buildbot-configs/testing/unittest/mozbuild.py and it higlight the testing suites that it defines. These classes can later on be passed to BuildSteps like this: centosFactory.add
It shows as an image of this file http://lxr.mozilla.org/mozilla/source/tools/buildbot-configs/testing/unittest/mozbuild.py
and it higlight the testing suites that it defines.
These classes can later on be passed to BuildSteps like this:
centosFactory.addStep('''MozillaMochitest''', warnOnWarnings=True,
workdir="mozilla/objdir/_tests/testing/mochitest",
env=MozillaEnvironments['centos'])
1
edit