[webkit-changes] [WebKit/WebKit] 2aec77: [ews-app] Github ews status-bubble hover over mess...
Aakash J
noreply at github.com
Thu Sep 21 12:20:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2aec77b1f6f2accd80bb717e38dd79f1748ae310
https://github.com/WebKit/WebKit/commit/2aec77b1f6f2accd80bb717e38dd79f1748ae310
Author: Aakash Jain <aakash_jain at apple.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M Tools/CISupport/ews-build/events.py
Log Message:
-----------
[ews-app] Github ews status-bubble hover over message might be incorrect in case of failure
https://bugs.webkit.org/show_bug.cgi?id=261897
Reviewed by Ryan Haddad.
We limited the steps for which we send info from buildbot to django app in 261168 at main.
Various analyze-* steps were not included in that list, which cause djano app to pick incorrect
step to generate hover-over message. To generate the hover-over message in case of failure,we uses the
information from the last failed step. So missing the analyze-* step cause djano app to pick incorrect step.
* Tools/CISupport/ews-build/events.py:
Canonical link: https://commits.webkit.org/268266@main
More information about the webkit-changes
mailing list