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)

x86_64
Linux
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: rail)

References

Details

(Whiteboard: [automation][simple])

Attachments

(1 file, 2 obsolete files)

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: nobody → rail
Priority: -- → P2
Attached patch Use full URL for FtpPoller (obsolete) — Splinter Review
Not tested yet.
Attached patch UrlPoller (obsolete) — Splinter Review
* 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)
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+
Attached patch UrlPollerSplinter Review
* 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)
Attachment #518119 - Flags: review?(catlee) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: