Title: [258007] trunk/Tools
Revision
258007
Author
aakash_j...@apple.com
Date
2020-03-06 10:30:05 -0800 (Fri, 06 Mar 2020)

Log Message

[ews] commit-queue should show the trac url for the commit on the build page
https://bugs.webkit.org/show_bug.cgi?id=208715

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/ews-build/steps.py:
(PushCommitToWebKitRepo.evaluateCommand):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2020-03-06 18:29:02 UTC (rev 258006)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2020-03-06 18:30:05 UTC (rev 258007)
@@ -2515,6 +2515,7 @@
             self.descriptionDone = commit_summary
             self.setProperty('build_summary', 'Committed r{}'.format(svn_revision))
             self.build.addStepsAfterCurrentStep([CommentOnBug(), RemoveFlagsOnPatch(), CloseBug()])
+            self.addURL('r{}'.format(svn_revision), self.url_for_revision(svn_revision))
         else:
             self.setProperty('bugzilla_comment_text', self.comment_text_for_bug())
             self.setProperty('build_finish_summary', 'Failed to commit to WebKit repository')

Modified: trunk/Tools/ChangeLog (258006 => 258007)


--- trunk/Tools/ChangeLog	2020-03-06 18:29:02 UTC (rev 258006)
+++ trunk/Tools/ChangeLog	2020-03-06 18:30:05 UTC (rev 258007)
@@ -1,3 +1,13 @@
+2020-03-06  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews] commit-queue should show the trac url for the commit on the build page
+        https://bugs.webkit.org/show_bug.cgi?id=208715
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/ews-build/steps.py:
+        (PushCommitToWebKitRepo.evaluateCommand):
+
 2020-03-06  Alex Christensen  <achristen...@webkit.org>
 
         Fix ResourceLoadDelegate.LoadInfo API test after r257816
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to