977
edits
Lukasblakk (talk | contribs) mNo edit summary |
Lukasblakk (talk | contribs) |
||
| Line 16: | Line 16: | ||
for i in `find /e/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 /e/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 RDP''' | |||
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