Ticket #1824 (new enhancement)
Dependent build depends on scheduler property
| Reported by: | dustin | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.9.0 |
| Version: | master | Keywords: | database, sprint |
| Cc: | kshriram18@… |
Description
In general, no part of Buildbot has depended on properties except for the got_revision property, and that's ugly. But Dependent is using properties to figure out if a newly submitted buildset is from its upstream scheduler. Is there a better way?
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
This will mean adding a new column to the buildsets table.
Ideally, that would be a schedulerid (or NULL for buildsets not created by a scheduler). The problem is, there can be multiple rows in the schedulers table with the same name and different classes. The other option is a scheduler name, but that seems ugly and denormalized to me.