Add build step to set cq- flag on bugzilla patch. This step would be required for commit-queue, when a patch fails validation (e.g.: ChangeLog contains OOPS, invalid Reviewer etc.)
Created attachment 391315 [details] Patch
Comment on attachment 391315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391315&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:452 > + flags = [{'name': 'commit-queue', 'status': '-'}] Nit: Any reason to keep this on it's own line? It's only used on line 454, not sure that it makes things more clear.
Comment on attachment 391315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391315&action=review >> Tools/BuildSlaveSupport/ews-build/steps.py:452 >> + flags = [{'name': 'commit-queue', 'status': '-'}] > > Nit: Any reason to keep this on it's own line? It's only used on line 454, not sure that it makes things more clear. just for readability. line 454 would have become too long and hard to read with this info in it.
Committed r257147: <https://trac.webkit.org/changeset/257147>
<rdar://problem/59673032>