Closed Bug 458911 Opened 16 years ago Closed 16 years ago

buildbot/process/base.py breaks ReleaseTaggingBuilder (because there are too many ShellCommands)

Categories

(Release Engineering :: General, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

References

Details

Attachments

(1 file)

Hit this during 3.1b1 - the code that autorenames BuildSteps which are named the same will only do so up to 100 times. We run well over than number of ShellCommands (whose names default to 'shell') during tagging. For the 3.1b1 release I had to locally patch buildbot/process/base.py to up that number to 1000. We need to check in this fix so we don't hit it again.

I've filed an upstream ticket on this bug, too: http://buildbot.net/trac/ticket/366
Assignee: nobody → bhearsum
Priority: -- → P2
Attachment #342422 - Flags: review?(ccooper) → review+
Comment on attachment 342422 [details] [diff] [review]
[checked in] bump up the maximum step increment in Buildbot

Checking in base.py;
/cvsroot/mozilla/tools/buildbot/buildbot/process/base.py,v  <--  base.py
new revision: 1.2; previous revision: 1.1
done
Attachment #342422 - Attachment description: bump up the maximum step increment in Buildbot → [checked in] bump up the maximum step increment in Buildbot
Status: NEW → RESOLVED
Closed: 16 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: