Title: [133757] trunk/Tools
Revision
133757
Author
[email protected]
Date
2012-11-07 07:05:49 -0800 (Wed, 07 Nov 2012)

Log Message

[EFL] Add EFL to garden-o-matic
https://bugs.webkit.org/show_bug.cgi?id=101444

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-11-07
Reviewed by Kenneth Rohde Christiansen.

Added the EFL bots running layout tests to the garden-o-matic report
page. We are skipping here the bot that just builds WebKit EFL to make
the data fetching faster.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
(.):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (133756 => 133757)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2012-11-07 14:58:42 UTC (rev 133756)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2012-11-07 15:05:49 UTC (rev 133757)
@@ -140,6 +140,29 @@
             return builderName.indexOf('Qt') != -1;
         },
     },
+    'efl' : {
+        label : 'EFL',
+        buildConsoleURL: 'http://build.webkit.org',
+        layoutTestResultsURL: 'http://build.webkit.org/results',
+        waterfallURL: 'http://build.webkit.org/waterfall',
+        builders: {
+            'EFL Linux 64-bit Debug WK2' : {version : '64-bit WK2', debug: true},
+            'EFL Linux 64-bit Release WK2' : {version: '64-bit WK2'},
+            'EFL Linux 64-bit Release' : {version: '64-bit'},
+        },
+        haveBuilderAccumulatedResults : false,
+        useDirectoryListingForOldBuilds: false,
+        useFlakinessDashboard: false,
+        resultsDirectoryNameFromBuilderName: function(builderName) {
+            return encodeURIComponent(builderName);
+        },
+        resultsDirectoryForBuildNumber: function(buildNumber, revision) {
+            return encodeURIComponent('r' + revision + ' (' + buildNumber + ')');
+        },
+        _builderApplies: function(builderName) {
+            return builderName.indexOf('EFL') != -1;
+        },
+    },
 };
 
 config.kTracURL = 'http://trac.webkit.org';

Modified: trunk/Tools/ChangeLog (133756 => 133757)


--- trunk/Tools/ChangeLog	2012-11-07 14:58:42 UTC (rev 133756)
+++ trunk/Tools/ChangeLog	2012-11-07 15:05:49 UTC (rev 133757)
@@ -1,3 +1,17 @@
+2012-11-07  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] Add EFL to garden-o-matic
+        https://bugs.webkit.org/show_bug.cgi?id=101444
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Added the EFL bots running layout tests to the garden-o-matic report
+        page. We are skipping here the bot that just builds WebKit EFL to make
+        the data fetching faster.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+        (.):
+
 2012-11-07  Mikhail Pozdnyakov  <[email protected]>
 
         [EFL][WK2] Make EWK classes Ewk_Objects
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to