Closed
Bug 741480
Opened 13 years ago
Closed 9 years ago
Format the sdcard via adb and reboot if we can't properly delete /mnt/sdcard/tests
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Callek, Unassigned)
References
Details
(Whiteboard: [mobile])
verify.py now [after Bug 690311] ensures that we do properly remove the test root on the sdcard.
This could fail for many reasons, one of them is unicode/corrupt filenames on it that adb can't figure out how to delete properly.
A solution to this problem is formatting the sdcard via ADB [likely requires reboot]
We could do this automatically (before buildbot starts) with verify.py when necessary, nothing in the /mnt/sdcard needs to explicitly exist before buildbot runs.
Updated•11 years ago
|
Component: Release Engineering: Machine Management → Release Engineering: Platform Support
QA Contact: armenzg → coop
Comment 1•11 years ago
|
||
Callek: was this covered in the recent spate of verify.py improvements? Something else for Pete to tackle?
Flags: needinfo?(bugspam.Callek)
Reporter | ||
Comment 2•11 years ago
|
||
This is not covered yet, the more I think about it though I think I'd only want to do it outside of an active buildbot job. And record it, which makes me wonder if we want this in some way part of the slaveapi work.
So it's still a good-to-have recovery option, but one I'm not certain where/how we actually want to insert it, and not something I want to bump priority wise above other tasks in this area atm.
Flags: needinfo?(bugspam.Callek)
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Priority: -- → P3
Whiteboard: [mobile]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(bugspam.Callek)
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•