Size: 1109
Comment: page created with short description and useful links
|
Size: 1160
Comment: update URLs to new canonical domain
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
Mercurial buildbot is located at http://hgbuildbot.kublai.com/ | Mercurial buildbot is located at https://buildbot.mercurial-scm.org/ |
Line 10: | Line 10: |
http://hgbuildbot.kublai.com/console | https://buildbot.mercurial-scm.org/console |
Line 12: | Line 12: |
Output of the last run of the tests (non stable repo) on windows: (../builds/-1/ is last build) http://hgbuildbot.kublai.com/builders/Windows%202008%20R2%20hg%20tests/builds/-1/steps/run-tests.py%20%28python2.6%29/logs/stdio |
Output of the last run of the tests (non stable repo): (../builds/-1/ is currently running or last finished build) https://buildbot.mercurial-scm.org/builders/hg%20tests/builds/-1/steps/run-tests.py%20%28python%202.7.10%29 |
Line 16: | Line 16: |
http://hgbuildbot.kublai.com/waterfall?failures_only=true | https://buildbot.mercurial-scm.org/waterfall?failures_only=true |
Line 19: | Line 19: |
http://hgbuildbot.kublai.com/atom?failures_only=true | https://buildbot.mercurial-scm.org/atom?failures_only=true |
Line 21: | Line 21: |
(ideas found on [[http://hgbuildbot.kublai.com/waterfall/help|waterfall/help]] and [[http://docs.buildbot.net/current/manual/cfg-statustargets.html#buildbot-web-resources|buildbot doc]]) | (ideas found on [[https://buildbot.mercurial-scm.org/waterfall/help|waterfall/help]] and [[http://docs.buildbot.net/current/manual/cfg-statustargets.html#buildbot-web-resources|buildbot doc]]) |
Line 24: | Line 24: |
see in [[ProjectInfrastructure#Web_services|ProjektInfrastructure]] | see in [[ProjectInfrastructure#Web_services|ProjectInfrastructure]] ---- CategoryTesting |
Note:
This page is primarily intended for developers of Mercurial.
Buildbot
Mercurial buildbot is located at https://buildbot.mercurial-scm.org/
It does automated building and test runs on different systems (os, python version) and show the results.
useful links on buildbot
Did my patches pass the tests? (enter the full commit name in the box: your name <email@example.com>)
Output of the last run of the tests (non stable repo): (../builds/-1/ is currently running or last finished build)
Which builds did fail and how long did they run?
last failed builds as a feed
(ideas found on waterfall/help and buildbot doc)
responsibilities
see in ProjectInfrastructure