x/build/maintner: Add Ability to Add GitHub and Gerrit Repositories while in SyncLoop #29042
Labels
Builders
x/build issues (builders, bots, dashboards)
Milestone
Currently if you call
SyncLoop
in a goroutine, and later callTrackGitHub
orTrackGerrit
, the corpus will not actually track that repository until thesync
method returns andSyncLoop
is called again.This means that users of
corpus
that wish to add repositories to track on the fly need to maintain a custom written loop and callSync
.The text was updated successfully, but these errors were encountered: