Bug 195963

Summary: [ews-build] Improve summary for CheckOutSource step
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, dewei_zhu, ews-watchlist, jbedard, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch lforschler: review+

Aakash Jain
Reported 2019-03-19 14:43:18 PDT
The summary automatically generated by Buildbot for CheckOutSource step (which uses Buildbot base class git.Git) is 'update'. We should improve this. Buildbot doesn't seem to respect descriptionDone for git.Git class. Reference: https://github.com/buildbot/buildbot/issues/4666
Attachments
Patch (1.31 KB, patch)
2019-03-19 14:46 PDT, Aakash Jain
lforschler: review+
Aakash Jain
Comment 1 2019-03-19 14:46:46 PDT
EWS Watchlist
Comment 2 2019-03-19 14:48:02 PDT Comment hidden (obsolete)
Aakash Jain
Comment 3 2019-03-19 14:48:51 PDT
Lucas Forschler
Comment 4 2019-03-19 15:10:24 PDT
Comment on attachment 365229 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=365229&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:103 > + I think you should not abbreviate summary as 'summ'. it only saves a couple chars, so just use stepsummary or step_summary. or, just 'summary' this could also be written: if self.results != SUCCESS: return {u'step': u'Failed to updated working directory'} else: return {u'step': u'Cleaned and updated working directory' } which avoids the variable name altogether.
Aakash Jain
Comment 5 2019-03-19 15:22:54 PDT
Aakash Jain
Comment 6 2019-03-19 15:24:34 PDT
> this could also be written: Thanks. used this.
Radar WebKit Bug Importer
Comment 7 2019-03-19 15:24:53 PDT
Note You need to log in before you can comment on or make changes to this bug.