Gerrit CQ: use gerrit api to auto-rebase if submit is blocked on parent merged commit-change |
||||
Issue description
If you upload two changes like:
master HEAD -> A -> B
and submit (or CQ) change A, which in the process gets rebased
Then, you can't submit (or CQ) change B, because it depends on stale patchset of A.
(most of discussion so far focused on whether it's a bug or a feature)
Workaround: click "rebase" in B's UI before clicking "submit" (or CQ). Prior tryjobs will be re-used by CQ, so you won't need to wait longer.
The Gerrit issue is tracked here: http://crbug.com/gerrit/5130
This issue is to implement temporary workaround in CQ.
,
Jan 11 2017
,
Jan 23 2017
,
Jan 25 2017
,
Jan 30 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by tandrii@chromium.org
, Dec 13 2016Status: Assigned (was: Untriaged)