submitqueue.runner: fix typo in comment
This commit is contained in:
parent
0175a10657
commit
2a4d5516e4
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func (r *Runner) Trigger(fetchOnly bool) error {
|
||||||
l := r.logger.WithField("wipSerie", r.wipSerie)
|
l := r.logger.WithField("wipSerie", r.wipSerie)
|
||||||
l.Info("Checking wipSerie")
|
l.Info("Checking wipSerie")
|
||||||
|
|
||||||
// discard wipSeries not rebased on HEAD
|
// discard wipSerie not rebased on HEAD
|
||||||
// we rebase them at the end of the loop, so this means master advanced without going through the submit queue
|
// we rebase them at the end of the loop, so this means master advanced without going through the submit queue
|
||||||
if !r.gerrit.SerieIsRebasedOnHEAD(r.wipSerie) {
|
if !r.gerrit.SerieIsRebasedOnHEAD(r.wipSerie) {
|
||||||
l.Warnf("HEAD has moved to {} while still waiting for wipSerie, discarding it", r.gerrit.GetHEAD())
|
l.Warnf("HEAD has moved to {} while still waiting for wipSerie, discarding it", r.gerrit.GetHEAD())
|
||||||
|
|
Loading…
Reference in a new issue