Stop uploading results to webkit-perf.appspot.com
Created attachment 190458 [details] Stop uploading results to webkit-perf.appspot.com
Note that we have to land this patch first before we can update build.webkit.org to use perf.webkit.org as the test results server.
Created attachment 190460 [details] Updates buildbot
(In reply to comment #3) > Created an attachment (id=190460) [details] > Updates buildbot Again, this patch can only be landed after the first patch is landed and all bots have caught up to that revision.
Comment on attachment 190458 [details] Stop uploading results to webkit-perf.appspot.com View in context: https://bugs.webkit.org/attachment.cgi?id=190458&action=review > Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:226 > + if options.test_results_server == 'webkit-perf.appspot.com': When does that happen? Some bots hardcode this?
Comment on attachment 190460 [details] Updates buildbot Yay!
Comment on attachment 190458 [details] Stop uploading results to webkit-perf.appspot.com View in context: https://bugs.webkit.org/attachment.cgi?id=190458&action=review >> Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py:226 >> + if options.test_results_server == 'webkit-perf.appspot.com': > > When does that happen? Some bots hardcode this? It's hard-coded in build.webkit.org.
Committed r144155: <http://trac.webkit.org/changeset/144155>
I still need to land the second patch.
Landed as http://trac.webkit.org/changeset/144252.