Title: [126185] trunk/Tools
Revision
126185
Author
[email protected]
Date
2012-08-21 14:21:39 -0700 (Tue, 21 Aug 2012)

Log Message

Unreviewed. Move the commit-queue to building release only. Previously,
we built debug too, but for some reason the debug build doesn't work on
the bots. We can re-enable debug builds once we fix the underlying
problem.

* Scripts/webkitpy/tool/commands/queues.py:
(CommitQueue.build_style):
* Scripts/webkitpy/tool/commands/queues_unittest.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (126184 => 126185)


--- trunk/Tools/ChangeLog	2012-08-21 21:03:26 UTC (rev 126184)
+++ trunk/Tools/ChangeLog	2012-08-21 21:21:39 UTC (rev 126185)
@@ -1,3 +1,14 @@
+2012-08-21  Adam Barth  <[email protected]>
+
+        Unreviewed. Move the commit-queue to building release only. Previously,
+        we built debug too, but for some reason the debug build doesn't work on
+        the bots. We can re-enable debug builds once we fix the underlying
+        problem.
+
+        * Scripts/webkitpy/tool/commands/queues.py:
+        (CommitQueue.build_style):
+        * Scripts/webkitpy/tool/commands/queues_unittest.py:
+
 2012-08-21  Ryosuke Niwa  <[email protected]>
 
         TestExpectationsParser doesn't warn about test files that don't exist.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/queues.py (126184 => 126185)


--- trunk/Tools/Scripts/webkitpy/tool/commands/queues.py	2012-08-21 21:03:26 UTC (rev 126184)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/queues.py	2012-08-21 21:21:39 UTC (rev 126185)
@@ -332,7 +332,7 @@
         return self._layout_test_results_reader.archive(patch)
 
     def build_style(self):
-        return "both"
+        return "release"
 
     def refetch_patch(self, patch):
         return self._tool.bugs.fetch_attachment(patch.id())

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/queues_unittest.py (126184 => 126185)


--- trunk/Tools/Scripts/webkitpy/tool/commands/queues_unittest.py	2012-08-21 21:03:26 UTC (rev 126184)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/queues_unittest.py	2012-08-21 21:21:39 UTC (rev 126185)
@@ -324,7 +324,7 @@
 MOCK: update_status: commit-queue Applied patch
 MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'validate-changelog', '--non-interactive', 10000, '--port=%(port_name)s'], cwd=/mock-checkout
 MOCK: update_status: commit-queue ChangeLog validated
-MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'build', '--no-clean', '--no-update', '--build-style=both', '--port=%(port_name)s'], cwd=/mock-checkout
+MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=%(port_name)s'], cwd=/mock-checkout
 MOCK: update_status: commit-queue Built patch
 MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'build-and-test', '--no-clean', '--no-update', '--test', '--non-interactive', '--port=%(port_name)s'], cwd=/mock-checkout
 MOCK: update_status: commit-queue Passed tests
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to