Closed
Bug 638762
Opened 14 years ago
Closed 14 years ago
post_signing poller should look for full url
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: rail)
References
Details
(Whiteboard: [automation][simple])
Attachments
(1 file, 2 obsolete files)
9.93 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
On 4.0rc1 the post_signing poller didn't fire because it was looking at http://stage-old.mozilla.org/pub/mozilla.org/firefox/nightly/4.0rc1-candidates/build1/ and then looking at the contents to see if the signing log was present.
We had however created an index.html file in that directory to prevent casual eyes from finding the builds. This also made it so the poller didn't see the signing log.
The poller should be looking for the exact URL of the signing log.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rail
Priority: -- → P2
Assignee | ||
Comment 1•14 years ago
|
||
Not tested yet.
Assignee | ||
Comment 2•14 years ago
|
||
* removed InvalidResultError and EmptyResult classes (not used, copy paste from somewhere)
* added compare_attrs for safer reconfigs
* Added and used UrlPoller class which:
* not hammering ftp, polls until it gets the URL, then stops the loop
* simpler (imo) twisted style logic
Attachment #516877 -
Attachment is obsolete: true
Attachment #517408 -
Flags: review?(catlee)
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 517408 [details] [diff] [review]
UrlPoller
We aware that changing the compare_attrs for FtpPoller might make it tricky to land this change as a reconfig (http://trac.buildbot.net/ticket/1791). May have to do one reconfig to disable all release objects, and then a 2nd reconfig to re-enable them with the new FtpPoller code.
Attachment #517408 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 4•14 years ago
|
||
* refreshed patch
* added import buildbotcustom.changes.ftppoller and reload(buildbotcustom.changes.ftppoller) to make changes reconfigurable
Attachment #517408 -
Attachment is obsolete: true
Attachment #518119 -
Flags: review?(catlee)
Reporter | ||
Updated•14 years ago
|
Attachment #518119 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 518119 [details] [diff] [review]
UrlPoller
http://hg.mozilla.org/build/buildbotcustom/rev/71c3b08582a2
Attachment #518119 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•