Closed Manishearth closed 6 years ago
So homu doesn't actually kick off these builds -- buildbot does. Homu just waits for completion pings for these builds.
So we need to add a SingleBranchScheduler
for branches named try-foo and try-bar. Does this sound ok?
This was tested in https://github.com/servo/servo/pull/21300 , seemed to work reasonably well. Ignore the initial r-s, that's me attempting to recoup homu state after running this without a correctly updated buildbot (which leads to homu waiting forever for a build which was never kicked off)
r? @jdm
@bors-servo r+
:pushpin: Commit b26895f has been approved by jdm
:hourglass: Testing commit b26895f24cee7ba60df1e3692d923e6830076b1b with merge ca6ba9605d6506edc74b98f95cdac62bbfc5deea...
:sunny: Test successful - status-travis Approved by: jdm Pushing ca6ba9605d6506edc74b98f95cdac62bbfc5deea to master...
Adds support for try choosers in the configuration.
SQLite migration notes: Either start from a fresh db, or run
ALTER TABLE pull ADD try_choose text
This change is