NEW126594
build.webkit.org/dashboard should do something nice with "retry exception slave lost"
https://bugs.webkit.org/show_bug.cgi?id=126594
Summary build.webkit.org/dashboard should do something nice with "retry exception sla...
Tim Horton
Reported 2014-01-07 14:01:14 PST
Right now it just spits out the whole string. It would be nice if we could do something smarter ("slave lost" is sufficient).
Attachments
JSON for this case (9.13 KB, text/plain)
2014-01-07 15:21 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-01-07 15:21:06 PST
Created attachment 220555 [details] JSON for this case I'm not quite sure how these result strings are formed by Buildbot. For compile-webkit step, we have this: "results": [5, ["exception", "slave", "lost"]], "text": ["compiled", "exception", "slave", "lost"], And then the overall results are: "results": 5, "text": ["retry", "exception", "slave", "lost"],
Alexey Proskuryakov
Comment 2 2014-01-07 15:34:15 PST
Some other overall texts: "text": ["build", "successful"], "text": ["failed", "compile-webkit"], "text": ["failed", "layout-test"], "text": ["failed", "Exiting early after 500 failures. 7842 tests run.", "499 failures", "11 new passes", "1 missing results"], "text": ["failed", "Exiting early after 500 failures. 6283 tests run.", "499 failures", "11 new passes", "1 missing results", "API tests"], "text": ["failed", "Exiting early after 500 failures. 6805 tests run.", "495 failures", "1 new passes", "5 missing results", "4 API tests failed, 0 crashed, 2 timed out, 26 skipped"], "text": ["failed", "1 failures", "16 new passes", "5 flakes"], "text": ["failed", "1 API tests failed, 0 crashed, 0 timed out, 26 skipped"], "text": ["failed", "jscore-test", "Exiting early after 50 crashes and 0 timeouts. 19576 tests run.", "50 failures"], "text": ["failed", "4 failures", "10 new passes", "6 flakes", "1 unit tests failed or timed out"],
Alexey Proskuryakov
Comment 3 2014-01-09 10:02:24 PST
"text": ["retry", "jscore-test", "2 failing Mozilla tests ", "exception", "slave", "lost"],
Note You need to log in before you can comment on or make changes to this bug.