Bug 188079

Summary: [ews-build] Add build step to run API Tests
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ews-watchlist, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch
none
Proposed patch lforschler: review+

Aakash Jain
Reported 2018-07-26 14:54:59 PDT
We should have an EWS for API tests. For that we should have a build step to run API tests.
Attachments
Proposed patch (11.42 KB, patch)
2018-07-26 15:03 PDT, Aakash Jain
no flags
Proposed patch (12.10 KB, patch)
2018-07-26 15:07 PDT, Aakash Jain
lforschler: review+
Aakash Jain
Comment 1 2018-07-26 15:03:25 PDT Comment hidden (obsolete)
Aakash Jain
Comment 2 2018-07-26 15:07:14 PDT
EWS Watchlist
Comment 3 2018-07-26 15:08:31 PDT Comment hidden (obsolete)
Lucas Forschler
Comment 4 2018-07-26 15:18:33 PDT
Comment on attachment 345876 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=345876&action=review r=me as is, with a nit, and something to think about for future patches. > Tools/BuildSlaveSupport/ews-build/steps.py:378 > + descriptionDone = ['api-tests'] api tests completed? > Tools/BuildSlaveSupport/ews-build/steps_unittest.py:871 > + self.setProperty('fullPlatform', 'mac-sierra') some pondering... mac-highsierra is released, and Mojave is in beta. Mac-sierra will be the next platform to fall off the supported list. I don't think it really matters for unit tests, unless we run into a problem where the fullPlatform is not in a supported list somewhere... Do we want to be in the business of updating these periodically as they fall off, or just be ok with the fact that it will soon reference really stale releases? If we try to keep them relevant, then we should be using mac-mojave everywhere, which would be a larger change in many files.
Aakash Jain
Comment 5 2018-07-26 15:53:15 PDT
Radar WebKit Bug Importer
Comment 6 2018-07-26 15:54:17 PDT
Note You need to log in before you can comment on or make changes to this bug.