Closed
Bug 742480
Opened 13 years ago
Closed 12 years ago
Stop running cleanup.py during buildbot test cycles and allow it to always be run by verify instead
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Unassigned)
References
Details
(Whiteboard: [android][tegra][sut_tools])
(Possibly Wontfix)
We should identify if we want to stop running cleanup.py entirely from within buildbot, and instead let it run entirely before we ever get into buildbot.
Currently (as of Bug 690311) we run it 3 times:
* In clientproxy, during the verify process -- Before buildbot starts.
* In buildbot, after we verify the SUT version but before any testing actually happens.
* In buildbot with talos tests, AFTER the tests have run.
There is a lot of redundancy there, do we want/need [any of] it?
Comment 1•13 years ago
|
||
bear, any ideas?
OS: Windows 7 → Android
Priority: -- → P3
Hardware: x86_64 → ARM
Whiteboard: [tegra]
Comment 2•13 years ago
|
||
this is part of the small "cloud" of bugs and work that Callek is doing for Tegras - going to whiteboard it so we can track it.
to answer the question...
yea, having this all part of the verify work that updateSUT does (or it's ilk) is preferred. there is a small part of work that will always need doing as part of the pre-test setup, i.e. setting resolution
Whiteboard: [tegra] → [android][tegra][sut_tools]
Reporter | ||
Comment 3•12 years ago
|
||
Well, right now we are running it from inside verify, but we still do run it in all 3 places listed here. Until/unless we can get buildbot reliably stopped after every job, this bug doesn't make any more sense.
The mobile/tegra landscape is being heavily terraformed right now too, so until that happens I say this bug has no value, I'm reso/FIXED based on the fact that we already moved cleanup to verify.py and no longer directly run in buildbot
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•