Closed Bug 641276 Opened 14 years ago Closed 14 years ago

scheduler master is not polling mobile repositories

Categories

(Release Engineering :: General, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: catlee)

References

Details

Attachments

(2 files)

I can't find anything in the scheduler master.cfg or misc.generateMobileBranchObjects that would tell me why this wouldn't work. My current theory involves the isHgPollerTriggered() function, though I don't know why it wouldn't poll at all.
When this is fixed, or when we merge m-b in, we can turn off the 0.7 nightlies again =P
Severity: normal → major
Blocks: 641260
Assignee: nobody → aki
Assignee: aki → catlee
Priority: -- → P2
This will get duplicate pollers, which we'll clean up in master.cfg
Attachment #519236 - Flags: review?(bhearsum)
Attachment #519236 - Flags: review?(aki)
Attachment #519236 - Flags: review?(aki) → review+
Attachment #519236 - Flags: review?(bhearsum) → review+
This removes duplicate change sources. It works because change sources implement buildbot's ComparableMixin protocol, and so instances of different classes are unequal, and instance of the same class are compared by examining compare_attrs. HgPoller ends up comparing hgUrl, branch and pollInterval, which is fine for us. dump_master.py on the scheduler master reports the addition of a single poller.
Attachment #519240 - Flags: review?(bhearsum)
Attachment #519240 - Flags: review?(aki)
Attachment #519240 - Flags: review?(bhearsum) → review+
Attachment #519240 - Flags: review?(aki) → review+
Attachment #519236 - Flags: checked-in+
I've pushed this out, and see mobile-browser polling lines in scheduler master. Thanks Catlee!
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: