Title: [240126] trunk/Tools
Revision
240126
Author
aakash_j...@apple.com
Date
2019-01-17 13:14:57 -0800 (Thu, 17 Jan 2019)

Log Message

[ews-build] Pass bug_id to the triggered builds
https://bugs.webkit.org/show_bug.cgi?id=193548

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/factories.py:
(BuildFactory.propertiesToPassToTriggers):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/factories.py (240125 => 240126)


--- trunk/Tools/BuildSlaveSupport/ews-build/factories.py	2019-01-17 21:12:12 UTC (rev 240125)
+++ trunk/Tools/BuildSlaveSupport/ews-build/factories.py	2019-01-17 21:14:57 UTC (rev 240126)
@@ -80,6 +80,7 @@
     def propertiesToPassToTriggers(self):
         return {
             "patch_id": Property("patch_id"),
+            "bug_id": Property("bug_id"),
             "configuration": Property("configuration"),
             "platform": Property("platform"),
             "fullPlatform": Property("fullPlatform"),

Modified: trunk/Tools/ChangeLog (240125 => 240126)


--- trunk/Tools/ChangeLog	2019-01-17 21:12:12 UTC (rev 240125)
+++ trunk/Tools/ChangeLog	2019-01-17 21:14:57 UTC (rev 240126)
@@ -1,3 +1,13 @@
+2019-01-17  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-build] Pass bug_id to the triggered builds
+        https://bugs.webkit.org/show_bug.cgi?id=193548
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-build/factories.py:
+        (BuildFactory.propertiesToPassToTriggers):
+
 2019-01-17  Jer Noble  <jer.no...@apple.com>
 
         SDK_VARIANT build destinations should be separate from non-SDK_VARIANT builds
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to