WebKit Bugzilla
Attachment 359404 Details for
Bug 193548
: [ews-build] Pass bug_id to the triggered builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ews-build-pass-bugid-to-trigger.patch (text/plain), 1.22 KB, created by
Aakash Jain
on 2019-01-17 12:21:20 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-01-17 12:21:20 PST
Size:
1.22 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 240122) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-01-17 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Pass bug_id to the triggered builds >+ https://bugs.webkit.org/show_bug.cgi?id=193548 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/factories.py: >+ (BuildFactory.propertiesToPassToTriggers): >+ > 2019-01-17 Zalan Bujtas <zalan@apple.com> > > [LFC][BFC] An element with transform is a containing block for positioned descendants. >Index: Tools/BuildSlaveSupport/ews-build/factories.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/factories.py (revision 240122) >+++ Tools/BuildSlaveSupport/ews-build/factories.py (working copy) >@@ -80,6 +80,7 @@ class BuildFactory(Factory): > def propertiesToPassToTriggers(self): > return { > "patch_id": Property("patch_id"), >+ "bug_id": Property("bug_id"), > "configuration": Property("configuration"), > "platform": Property("platform"), > "fullPlatform": Property("fullPlatform"),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193548
: 359404