RESOLVED FIXED 202408
[ews] Add method to retry a build using Buildbot API
https://bugs.webkit.org/show_bug.cgi?id=202408
Summary [ews] Add method to retry a build using Buildbot API
Aakash Jain
Reported 2019-10-01 09:13:50 PDT
Add method to retry a build using Buildbot API.
Attachments
Patch (2.50 KB, patch)
2019-10-01 09:20 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2019-10-01 09:20:51 PDT
Aakash Jain
Comment 2 2019-10-01 10:24:07 PDT
Tested on uat instance.
Jonathan Bedard
Comment 3 2019-10-01 10:35:07 PDT
Comment on attachment 379910 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379910&action=review > Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py:28 > +import requests How are we guaranteeing that this is installed? > Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py:104 > + def retry_build(cls, builder_id, build_number): Who is going to call this and what is our plan for testing?
Aakash Jain
Comment 4 2019-10-01 11:20:23 PDT
> How are we guaranteeing that this is installed? Through separate ansible configuration. > > > Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py:104 > > + def retry_build(cls, builder_id, build_number): > > Who is going to call this and what is our plan for testing? A new API endpoint would be added to retry the (failed builds of) patch, that endpoint would use this method. I am currently testing that, and would post a patch for it soon.
WebKit Commit Bot
Comment 5 2019-10-01 12:06:37 PDT
Comment on attachment 379910 [details] Patch Clearing flags on attachment: 379910 Committed r250572: <https://trac.webkit.org/changeset/250572>
WebKit Commit Bot
Comment 6 2019-10-01 12:06:38 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2019-10-01 12:09:45 PDT
Note You need to log in before you can comment on or make changes to this bug.