Title: [134568] trunk/Tools
- Revision
- 134568
- Author
- commit-qu...@webkit.org
- Date
- 2012-11-14 00:52:18 -0800 (Wed, 14 Nov 2012)
Log Message
webkitpy: Update the EFL list of bots
https://bugs.webkit.org/show_bug.cgi?id=102121
Patch by Thiago Marcos P. Santos <thiago.san...@intel.com> on 2012-11-14
Reviewed by Kenneth Rohde Christiansen.
Update the EFL bots so we can use garden-o-matic.
* Scripts/webkitpy/layout_tests/port/builders.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (134567 => 134568)
--- trunk/Tools/ChangeLog 2012-11-14 08:49:23 UTC (rev 134567)
+++ trunk/Tools/ChangeLog 2012-11-14 08:52:18 UTC (rev 134568)
@@ -1,3 +1,14 @@
+2012-11-14 Thiago Marcos P. Santos <thiago.san...@intel.com>
+
+ webkitpy: Update the EFL list of bots
+ https://bugs.webkit.org/show_bug.cgi?id=102121
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Update the EFL bots so we can use garden-o-matic.
+
+ * Scripts/webkitpy/layout_tests/port/builders.py:
+
2012-11-13 Yael Aharon <yael.aha...@intel.com>
[EFL][WK2] New window size should consult the window attributes
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py (134567 => 134568)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py 2012-11-14 08:49:23 UTC (rev 134567)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py 2012-11-14 08:52:18 UTC (rev 134568)
@@ -82,8 +82,9 @@
# FIXME: Remove rebaseline_override_dir once there are Qt bots for all the platform/qt-* directories.
"Qt Linux Release": {"port_name": "qt-linux", "specifiers": set(["win", "linux", "mac"]), "rebaseline_override_dir": "qt"},
- "EFL Linux 64-bit Debug": {"port_name": "efl", "specifiers": set(["efl", "debug"])},
"EFL Linux 64-bit Release": {"port_name": "efl", "specifiers": set(["efl", "release"])},
+ "EFL Linux 64-bit Release WK2": {"port_name": "efl", "specifiers": set(["efl", "wk2", "release"])},
+ "EFL Linux 64-bit Debug WK2": {"port_name": "efl", "specifiers": set(["efl", "wk2", "debug"])},
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes