[Webkit-unassigned] [Bug 30098] commit-queue can wrongly reject patches if the buildbots are behind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 14:50:36 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=30098


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45834|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #13 from Eric Seidel <eric at webkit.org>  2010-01-04 14:50:34 PST ---
(From update of attachment 45834)
Seems:
 162             self._update_status("Unabled to successfully build and test",
None)

should include the revision number that it tried, and should include the
results spew, no?

Also, shouldn't it prefix with ERROR: so that it shows up purple?

Probably should have a comment to explain the --no-update here:
 170             self.run_bugzilla_tool(["land-attachment", "--force-clean",
"--non-interactive", "--no-update", "--parent-command=commit-queue",
"--build-style=both", "--quiet", patch["id"]])

I think this is definitely better than what we have.  Sad that we'll end up
running the layout tests twice which will slow us down a lot.  Hopefully that
will be moot once run_webkit_tests.py is with us.

I'll say r+, but I think this needs modifications to report the status of the
failed test build better.  That will help us more easily debug flakey tests
(and will make the dashboard correctly show purple).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list