Changeset 148132 in webkit
- Timestamp:
- Apr 10, 2013, 1:05:48 PM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
r147982 r148132 296 296 "--build-number", WithProperties("%(buildnumber)s"), 297 297 "--master-name", "webkit.org", 298 "--test-results-server", " test-results.appspot.com",298 "--test-results-server", "webkit-test-results.appspot.com", 299 299 WithProperties("--%(configuration)s")] 300 300 -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html
r148075 r148132 35 35 img-src 'self' https://ajax.googleapis.com http://build.webkit.org; 36 36 media-src 'self' http://build.webkit.org; 37 frame-src 'self' http://build.webkit.org http:// test-results.appspot.com;37 frame-src 'self' http://build.webkit.org http://webkit-test-results.appspot.com; 38 38 connect-src 'self' http://trac.webkit.org http://build.webkit.org"> 39 39 <title>Garden-O-Matic</title> -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders_unittests.js
r131237 r148132 285 285 "statistics": {}, 286 286 "step_number": 5, 287 "text": ["webkit_tests", "2014 fixable", "(370 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=fast/box-shadow/box-shadow-clipped-slices.html\">", "<abbr title=\"fast/box-shadow/box-shadow-clipped-slices.html\">box-shadow-clipped-slices.html</abbr>", "</a>", "</div>"],287 "text": ["webkit_tests", "2014 fixable", "(370 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=fast/box-shadow/box-shadow-clipped-slices.html\">", "<abbr title=\"fast/box-shadow/box-shadow-clipped-slices.html\">box-shadow-clipped-slices.html</abbr>", "</a>", "</div>"], 288 288 "times": [1312444452.306695, 1312444768.888266], 289 289 "urls": {} … … 321 321 "statistics": {}, 322 322 "step_number": 7, 323 "text": ["webkit_gpu_tests", "148 fixable", "(24 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=compositing/scaling/tiled-layer-recursion.html\">", "<abbr title=\"compositing/scaling/tiled-layer-recursion.html\">tiled-layer-recursion.html</abbr>", "</a>", "</div>"],323 "text": ["webkit_gpu_tests", "148 fixable", "(24 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=compositing/scaling/tiled-layer-recursion.html\">", "<abbr title=\"compositing/scaling/tiled-layer-recursion.html\">tiled-layer-recursion.html</abbr>", "</a>", "</div>"], 324 324 "times": [1312444781.444903, 1312444966.856074], 325 325 "urls": {} … … 911 911 "statistics": {}, 912 912 "step_number": 5, 913 "text": ["webkit_tests", "2014 fixable", "(370 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=fast/box-shadow/box-shadow-clipped-slices.html\">", "<abbr title=\"fast/box-shadow/box-shadow-clipped-slices.html\">box-shadow-clipped-slices.html</abbr>", "</a>", "</div>"],913 "text": ["webkit_tests", "2014 fixable", "(370 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=fast/box-shadow/box-shadow-clipped-slices.html\">", "<abbr title=\"fast/box-shadow/box-shadow-clipped-slices.html\">box-shadow-clipped-slices.html</abbr>", "</a>", "</div>"], 914 914 "times": [1312444452.306695, 1312444768.888266], 915 915 "urls": {} … … 947 947 "statistics": {}, 948 948 "step_number": 7, 949 "text": ["webkit_gpu_tests", "148 fixable", "(24 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=compositing/scaling/tiled-layer-recursion.html\">", "<abbr title=\"compositing/scaling/tiled-layer-recursion.html\">tiled-layer-recursion.html</abbr>", "</a>", "</div>"],949 "text": ["webkit_gpu_tests", "148 fixable", "(24 skipped)", "failed 1", "<div class=\"BuildResultInfo\">", "<a href=\"http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#master=ChromiumWebkit&tests=compositing/scaling/tiled-layer-recursion.html\">", "<abbr title=\"compositing/scaling/tiled-layer-recursion.html\">tiled-layer-recursion.html</abbr>", "</a>", "</div>"], 950 950 "times": [1312444781.444903, 1312444966.856074], 951 951 "urls": {} -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui.js
r136078 r148132 48 48 { 49 49 var testsParameter = opt_testNameList ? opt_testNameList.join(',') : ''; 50 return 'http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=' + encodeURIComponent(testsParameter);50 return 'http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=' + encodeURIComponent(testsParameter); 51 51 } 52 52 -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications_unittests.js
r121619 r148132 80 80 var failingTest = new ui.notifications.FailingTestGroup('test', ['test.html']); 81 81 equal(failingTest.tagName, 'LI'); 82 equal(failingTest.innerHTML, '<a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test.html" target="_blank">test</a>');82 equal(failingTest.innerHTML, '<a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test.html" target="_blank">test</a>'); 83 83 }); 84 84 … … 131 131 '<div class="problem">' + 132 132 '<ul class="effects">' + 133 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' +133 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' + 134 134 '</ul>' + 135 135 '<ul class="actions">' + … … 154 154 '<div class="problem">' + 155 155 '<ul class="effects">' + 156 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' +156 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' + 157 157 '</ul>' + 158 158 '<ul class="actions">' + … … 179 179 '<div class="problem">' + 180 180 '<ul class="effects">' + 181 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' +181 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' + 182 182 '</ul>' + 183 183 '<ul class="actions">' + … … 219 219 '<div class="problem">' + 220 220 '<ul class="effects">' + 221 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=foo" target="_blank">foo</a></li>' +222 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' +221 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=foo" target="_blank">foo</a></li>' + 222 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' + 223 223 '</ul>' + 224 224 '<ul class="actions">' + … … 264 264 '<div class="problem">' + 265 265 '<ul class="effects">' + 266 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=foo" target="_blank">foo</a></li>' +267 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' +266 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=foo" target="_blank">foo</a></li>' + 267 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=test" target="_blank">test</a></li>' + 268 268 '</ul>' + 269 269 '<ul class="actions">' + … … 305 305 '<div class="problem">' + 306 306 '<ul class="effects">' + 307 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=path%2Fto%2Ftest1.html%2Cpath%2Fto%2Ftest2.html%2Cpath%2Fto%2Ftest3.html%2Cpath%2Fto%2Ftest4.html" target="_blank">path/to (4 tests)</a></li>' +308 '<li><a href="http:// test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=path%2Fanother%2Ftest.html" target="_blank">path/another/test.html</a></li>' +307 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=path%2Fto%2Ftest1.html%2Cpath%2Fto%2Ftest2.html%2Cpath%2Fto%2Ftest3.html%2Cpath%2Fto%2Ftest4.html" target="_blank">path/to (4 tests)</a></li>' + 308 '<li><a href="http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=path%2Fanother%2Ftest.html" target="_blank">path/another/test.html</a></li>' + 309 309 '</ul>' + 310 310 '<ul class="actions">' + -
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js
r137780 r148132 208 208 // FIXME: Is this safe? In practice, there's no meaningful harm that can come from 209 209 // a malicious page sending us heightChanged commands, so it doesn't really matter. 210 if (event.origin !== 'null' && event.origin != 'http:// test-results.appspot.com') {210 if (event.origin !== 'null' && event.origin != 'http://webkit-test-results.appspot.com') { 211 211 console.log('Invalid origin: ' + event.origin); 212 212 return; -
trunk/Tools/ChangeLog
r148126 r148132 1 2013-04-10 Ojan Vafai <ojan@chromium.org> 2 3 Change all instances of test-results.appspot.com to webkit-test-results.appspot.com 4 https://bugs.webkit.org/show_bug.cgi?id=114370 5 6 Reviewed by Ryosuke Niwa. 7 8 Finish the transition of WebKit over to it's own instance of the flakiness dashboard. 9 Unfortunately, there's no way to test this until this is committed and there is 10 a master restart. 11 12 * BuildSlaveSupport/build.webkit.org-config/master.cfg: 13 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html: 14 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders_unittests.js: 15 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui.js: 16 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications_unittests.js: 17 * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js: 18 * TestResultServer/generate_builders_json.py: 19 * TestResultServer/static-dashboards/dashboard_base.js: 20 * TestResultServer/static-dashboards/loader.js: 21 1 22 2013-04-10 Glenn Adams <glenn@skynav.com> 2 23 -
trunk/Tools/TestResultServer/generate_builders_json.py
r140093 r148132 74 74 75 75 # The chromium bots call this step webkit-tests, the webkit.org bots call it layout-test. :( 76 # The files stored at test-results.appspot.com use layout-tests as the test suite name, so normalize to that.76 # The files stored at webkit-test-results.appspot.com use layout-tests as the test suite name, so normalize to that. 77 77 if step_name in ['layout-test', 'webkit_tests']: 78 78 step_name = 'layout-tests' -
trunk/Tools/TestResultServer/static-dashboards/dashboard_base.js
r147457 r148132 74 74 var ONE_WEEK_SECONDS = ONE_DAY_SECONDS * 7; 75 75 76 // These should match the testtype uploaded to test-results.appspot.com.77 // See http:// test-results.appspot.com/testfile.76 // These should match the testtype uploaded to webkit-test-results.appspot.com. 77 // See http://webkit-test-results.appspot.com/testfile. 78 78 var TEST_TYPES = [ 79 79 'base_unittests', -
trunk/Tools/TestResultServer/static-dashboards/loader.js
r147457 r148132 32 32 (function() { 33 33 34 var TEST_RESULTS_SERVER = 'http:// test-results.appspot.com/';34 var TEST_RESULTS_SERVER = 'http://webkit-test-results.appspot.com/'; 35 35 var CHROMIUM_EXPECTATIONS_URL = 'http://svn.webkit.org/repository/webkit/trunk/LayoutTests/platform/chromium/TestExpectations'; 36 36
Note:
See TracChangeset
for help on using the changeset viewer.