Title: [239615] trunk/Tools
Revision
239615
Author
aakash_j...@apple.com
Date
2019-01-04 09:58:37 -0800 (Fri, 04 Jan 2019)

Log Message

[ews-build] Check patch relevance step should print patch id
https://bugs.webkit.org/show_bug.cgi?id=193137

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/steps.py:
(CheckPatchRelevance.start): Update the status to include patch id.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/steps.py (239614 => 239615)


--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-01-04 17:58:08 UTC (rev 239614)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-01-04 17:58:37 UTC (rev 239615)
@@ -189,7 +189,7 @@
         self._addToLog('stdio', 'This patch does not have relevant changes.')
         self.finished(FAILURE)
         self.build.results = SKIPPED
-        self.build.buildFinished(['Patch doesn\'t have relevant changes'], SKIPPED)
+        self.build.buildFinished(['Patch {} doesn\'t have relevant changes'.format(self.getProperty('patch_id', ''))], SKIPPED)
         return None
 
 

Modified: trunk/Tools/ChangeLog (239614 => 239615)


--- trunk/Tools/ChangeLog	2019-01-04 17:58:08 UTC (rev 239614)
+++ trunk/Tools/ChangeLog	2019-01-04 17:58:37 UTC (rev 239615)
@@ -1,3 +1,13 @@
+2019-01-04  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-build] Check patch relevance step should print patch id
+        https://bugs.webkit.org/show_bug.cgi?id=193137
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-build/steps.py:
+        (CheckPatchRelevance.start): Update the status to include patch id.
+
 2019-01-04  Jonathan Bedard  <jbed...@apple.com>
 
         webkitpy: Increase simulator teardown timeout
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to