Closed
Bug 693350
Opened 14 years ago
Closed 14 years ago
Don't try to add bouncer entries in preproduction
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
Details
(Whiteboard: [preproduction])
Attachments
(1 file)
|
882 bytes,
patch
|
bear
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Since they use retry and failing and failing again.
Attachment #565971 -
Flags: review?(bear)
Updated•14 years ago
|
Attachment #565971 -
Flags: review?(bear) → review+
| Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 565971 [details] [diff] [review]
disable bouncer for preproduction
http://hg.mozilla.org/build/buildbot-configs/rev/e5d88fc5441f
Attachment #565971 -
Flags: checked-in+
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
Does Tuxedo have an API for deleting entries? If so, it might be better to do delete & re-add them instead of not doing it at all.
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #2)
> Does Tuxedo have an API for deleting entries? If so, it might be better to
> do delete & re-add them instead of not doing it at all.
Yes, it's possible.
API requires product ID to delete () a product. Product ID can be retrieved by its name, but this query may return multiple product IDs (Firefox-7.0 will match Firefox-7.0, Firefox-7.0-Complete, etc.). Should be careful here (or who cares about this in staging/preproduction :) ).
We can use staging instance of Tuxedo for preproduction, but need to update credentials file with real values.
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
•