forked from crosswalk-project/crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Buildbot
Halton Huo edited this page May 13, 2013
·
9 revisions
- Build infrastructure is composed of trying bot and build bot.
- Trying bot will cover linting, compiling and essential test cases, the purpose is to provide reviewer information beyond code.
- Build bot will cover full test, the purpose is to detect regression.
- Code is hosted at https://github.com/otcshare/build-infrastructure, branch 1469_work.
- Waterfall: http://wrt-buildbot.bj.intel.com/buildbot/waterfall
- Username/password: Query [email protected] for username/password
- Detailed information
Host name | Role | GUI | How to start
----------------------------|-----------------|--------|-----------------------------------------------
| wrtvms.bj.intel.com | VMWare server | vSphere| N/A
| wrt-buildbot.bj.intel.com | Buildbot master | VNC | cd ~/masters/master.tryserver.wrt && make restart
| ubuntu-try-1.bj.intel.com | Ubuntu 12.04 | VNC | cd ~/build/ubuntu-try-1/build-infrastructure/slave && ./run_ubuntu_try.sh ubuntu-try-1 for cameo.
| | In ~/build/ubuntu-try-11/build-infrastructure/slave, ./run_ubuntu_try.sh ubuntu-try-11 for content_shell
| win-try-1.bj.intel.com | win7 | RDP | In D:\build-infrastructure\slave, click run_win_try1.bat
| ubuntu-try-2.bj.intel.com | Ubuntu 12.04 | VNC | cd ~/build/ubuntu-try-2/build-infrastructure/slave && ./run_ubuntu_try.sh ubuntu-try-2
| win-try-2.bj.intel.com | win7 | RDP | In D:\build-infrastructure\slave, click run_win_try2.bat
- Waterfall: http://wrt-build.sh.intel.com/buildbot/waterfall
- Username/password: Query [email protected] for username/password
- Detailed information
Host name | Role | GUI | How to start
--------------------------------|-----------------|--------|-----------------------------------------------
| wrtvms.sh.intel.com | VMWare server | vSphere| N/A
| wrt-build.sh.intel.com | Buildbot master | VNC | cd ~/masters/master.wrt && make restart
| builder-ubuntu1.sh.intel.com | Ubuntu 12.04 | VNC | cd ~/build/build-infrastructure/slave && ./run_dev_wrt_linux_build.sh
| builder-win1.sh.intel.com | win7 | RDP | In D:\build-infrastructure\slave, click run_dev_wrt_win_build.bat
| builder-android1.sh.intel.com | Ubuntu 12.04 | VNC | Under construction