Confirmed users
1,364
edits
(→Final Verification: pvtbuild01.mozilla.org was deprecated in favor of pvtbuilds2.dmz.scl3.mozilla.com) |
(update access rules to moved ftp.m.o) |
||
| Line 84: | Line 84: | ||
We don't "burn in" buildbot masters - they will go directly to their assigned roles. The following steps should be performed to ensure the rest has worked okay: | We don't "burn in" buildbot masters - they will go directly to their assigned roles. The following steps should be performed to ensure the rest has worked okay: | ||
* SSH verification (and associated netflows) | * SSH verification (and associated netflows). | ||
<pre> | <pre> | ||
$ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@stage.mozilla.org id ; done | $ for h in ffxbld trybld xrbld tbirdbld; do ssh -i ~/.ssh/${h}_dsa $h@stage.mozilla.org id ; done | ||
$ for h in ffxbld | $ for h in ffxbld; do ssh -i ~/.ssh/${h}_dsa $h@pvtbuilds2.dmz.scl3.mozilla.com id ; done | ||
</pre> | </pre> | ||