977
edits
No edit summary |
Lukasblakk (talk | contribs) |
||
| Line 15: | Line 15: | ||
for i in `find /builds/moz2_slave -maxdepth 1 -iname "*-nightly" -type d`; do find $i -maxdepth 1 -type d -iname build -exec rm -rf {} \;; done | for i in `find /builds/moz2_slave -maxdepth 1 -iname "*-nightly" -type d`; do find $i -maxdepth 1 -type d -iname build -exec rm -rf {} \;; done | ||
== Fixing Failing Builds == | == Fixing Failing Builds == | ||
'''Login as cltbld with VNC (only use SSH if you do not need to start/stop any processes)''' | |||
Clobber the failing slave and force a new build. (Note: forcing a new build will not necessarily cause a build on the failing slave. This is OK.) | Clobber the failing slave and force a new build. (Note: forcing a new build will not necessarily cause a build on the failing slave. This is OK.) | ||
# Find the hostname in the Tinderbox log (look for 'Building on: XXX' where 'XXX' is a hostname) | # Find the hostname in the Tinderbox log (look for 'Building on: XXX' where 'XXX' is a hostname) | ||
edits