WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
197180
[ews-build] Trigger queues only after uploading the archive
https://bugs.webkit.org/show_bug.cgi?id=197180
Summary
[ews-build] Trigger queues only after uploading the archive
Aakash Jain
Reported
2019-04-22 15:53:30 PDT
Builders should trigger tester queues only after uploading the archive. Currently the trigger step is run even if WebKit fails to compile. In that case the triggered build always fails with the error 'Downloaded built product (failure)'. This is because archive was never uploaded after WebKit failed to Compile. e.g.:
https://ews-build.webkit.org/#/builders/7/builds/962
https://ews-build.webkit.org/#/builders/3/builds/871
We should triggers the testers only after the Upload step is successfully complete.
Attachments
Patch
(6.99 KB, patch)
2019-04-22 16:09 PDT
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2019-04-22 16:09:34 PDT
Created
attachment 367989
[details]
Patch
EWS Watchlist
Comment 2
2019-04-22 16:12:07 PDT
Comment hidden (obsolete)
Attachment 367989
[details]
did not pass style-queue: ERROR: Tools/BuildSlaveSupport/ews-build/steps.py:46: [ConfigureBuild.__init__] Use of super on an old style class [pylint/E1002] [5] ERROR: Tools/BuildSlaveSupport/ews-build/steps.py:390: [Trigger.__init__] Use of super on an old style class [pylint/E1002] [5] ERROR: Tools/BuildSlaveSupport/ews-build/steps.py:697: [UploadBuiltProduct.finished] Use of super on an old style class [pylint/E1002] [5] Total errors found: 3 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Lucas Forschler
Comment 3
2019-04-22 16:44:28 PDT
Comment on
attachment 367989
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=367989&action=review
> Tools/BuildSlaveSupport/ews-build/steps.py:394 > + def propertiesToPassToTriggers(self):
how about renaming this to triggerProperties? otherwise, lgtm!
WebKit Commit Bot
Comment 4
2019-04-22 17:16:53 PDT
Comment on
attachment 367989
[details]
Patch Clearing flags on attachment: 367989 Committed
r244532
: <
https://trac.webkit.org/changeset/244532
>
WebKit Commit Bot
Comment 5
2019-04-22 17:16:54 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6
2019-04-22 17:17:17 PDT
<
rdar://problem/50113791
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug