| Summary: | [ews-build] Add build steps DownloadBuiltProduct and ExtractBuiltProduct | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aakash_jain, ap, ews-watchlist, lforschler, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | Other | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=188016 https://bugs.webkit.org/show_bug.cgi?id=188014 |
||||||
| Attachments: |
|
||||||
|
Description
Aakash Jain
2018-07-25 17:09:24 PDT
Created attachment 345804 [details] Proposed patch Sample run: http://ews-build.webkit-uat.org/#/builders/18/builds/26 Comment on attachment 345804 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=345804&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:29 > +EWS_URL = 'http://ews-build.webkit-uat.org/' Note that this URL would be updated later on when the server is deployed in production. Attachment 345804 [details] did not pass style-queue:
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:843: [TestExtractBuiltProduct.test_success] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:843: [TestExtractBuiltProduct.test_success] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:857: [TestExtractBuiltProduct.test_failure] Passing unexpected keyword argument 'state_string' in function call [pylint/E1123] [5]
ERROR: Tools/BuildSlaveSupport/ews-build/steps_unittest.py:857: [TestExtractBuiltProduct.test_failure] No value passed for parameter 'status_text' in function call [pylint/E1120] [5]
Total errors found: 4 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r234220: <https://trac.webkit.org/changeset/234220> |