Changes

Jump to: navigation, search

Auto-tools/staging

965 bytes added, 21:08, 28 June 2011
userland code
If you need non shared code, make a directory
/home/cltbld/{your_name}
=== making a new test master ===
first figure out some settings:
* MASTER_NAME should be one of
** staging-tests_master1
*** uses staging_tests_master_stm01_localconfig.py
*** creates a master that communicates on port 9010 and waterfall on port 8010
** staging-tests_master2
*** uses staging_tests_master_stm02_localconfig.py
*** creates a master that communicates on port 9012 and waterfall on port 8012
* MASTER_DIR
** location of your master
** should be a subdirectory of /builds/buildbot
* then run
cd /builds/buildbot/buildbot-configs
hg pull -u
 
make -f Makefile.setup \
MASTER_NAME=$MASTER_NAME \
BASEDIR=/builds/buildbot/$MASTER_DIR \
PYTHON=/usr/bin/python2.6 \
VIRTUALENV=/usr/bin/virtualenv-2.6 \
BUILDBOTCUSTOM_BRANCH=default \
BUILDBOTCONFIGS_BRANCH=default \
virtualenv deps install-buildbot master master-makefile
 
further info available in releng doc: https://wiki.mozilla.org/ReleaseEngineering/How_To/Setup_Personal_Development_Master
== Newer suites ==
541
edits

Navigation menu