Opened 8 years ago
Closed 7 years ago
#2555 closed defect (worksforme)
buildbot forced build always uses the default mergerequest function
Reported by: | brendan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.8.9 |
Version: | 0.8.5 | Keywords: | |
Cc: |
Description
I've tried setting mergeRequests=False and mergeRequests=lambda a, b, c: False in a BuilderConfig?, but it has no effect at least when I force builds on that builder. I am working around this by setting the project to a random value when I force a build.
I'm running 0.8.5. The closest related ticket I see is #2008, which seems to have been marked fixed for 0.8.5.
Change History (3)
comment:1 Changed 8 years ago by dustin
comment:2 Changed 8 years ago by dustin
- Milestone changed from undecided to 0.8.9
I made that fix in master. However, it doesn't explain the same problem occurring with the lambda. And I can't replicate that with 0.8.5. Can you replicate it, either with or without the patch above?
comment:3 Changed 7 years ago by dustin
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Ah, it's a bug in the BuilderConfig stuff. This should fix it:
master/buildbot/config.py
: