| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 from __future__ import with_statement | 5 from __future__ import with_statement |
| 6 | 6 |
| 7 import datetime | 7 import datetime |
| 8 import json | 8 import json |
| 9 import logging | 9 import logging |
| 10 import os | 10 import os |
| (...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 'remoteurl': 'http://build.chromium.org/p/chromium.memory/default.css', | 1045 'remoteurl': 'http://build.chromium.org/p/chromium.memory/default.css', |
| 1046 'localpath': 'chromium.memory/default.css', | 1046 'localpath': 'chromium.memory/default.css', |
| 1047 'maxage': 15*60, # 15 mins | 1047 'maxage': 15*60, # 15 mins |
| 1048 }, | 1048 }, |
| 1049 { | 1049 { |
| 1050 'remoteurl': 'http://build.chromium.org/p/chromium.webkit/default.css', | 1050 'remoteurl': 'http://build.chromium.org/p/chromium.webkit/default.css', |
| 1051 'localpath': 'chromium.webkit/default.css', | 1051 'localpath': 'chromium.webkit/default.css', |
| 1052 'maxage': 15*60, # 15 mins | 1052 'maxage': 15*60, # 15 mins |
| 1053 }, | 1053 }, |
| 1054 { | 1054 { |
| 1055 'remoteurl': 'http://build.chromium.org/p/chromium.memory.fyi/default.css', | 1055 'remoteurl': 'http://build.chromium.org/p/chromium.memory.full/default.css', |
| 1056 'localpath': 'chromium.memory.fyi/default.css', | 1056 'localpath': 'chromium.memory.full/default.css', |
| 1057 'maxage': 15*60, # 15 mins | 1057 'maxage': 15*60, # 15 mins |
| 1058 }, | 1058 }, |
| 1059 { | 1059 { |
| 1060 'remoteurl': 'http://build.chromium.org/p/chromium.perf/default.css', | 1060 'remoteurl': 'http://build.chromium.org/p/chromium.perf/default.css', |
| 1061 'localpath': 'chromium.perf/default.css', | 1061 'localpath': 'chromium.perf/default.css', |
| 1062 'maxage': 15*60, # 15 mins | 1062 'maxage': 15*60, # 15 mins |
| 1063 }, | 1063 }, |
| 1064 { | 1064 { |
| 1065 'remoteurl': 'http://build.chromium.org/p/chromium.win/default.css', | 1065 'remoteurl': 'http://build.chromium.org/p/chromium.win/default.css', |
| 1066 'localpath': 'chromium.win/default.css', | 1066 'localpath': 'chromium.win/default.css', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 { | 1236 { |
| 1237 'remoteurl': | 1237 'remoteurl': |
| 1238 ('http://build.chromium.org/p/chromium.webkit/' | 1238 ('http://build.chromium.org/p/chromium.webkit/' |
| 1239 'horizontal_one_box_per_builder'), | 1239 'horizontal_one_box_per_builder'), |
| 1240 'localpath': 'chromium.webkit/horizontal_one_box_per_builder', | 1240 'localpath': 'chromium.webkit/horizontal_one_box_per_builder', |
| 1241 'postfetch': one_box_handler, | 1241 'postfetch': one_box_handler, |
| 1242 'maxage': 30, # 30 secs | 1242 'maxage': 30, # 30 secs |
| 1243 }, | 1243 }, |
| 1244 { | 1244 { |
| 1245 'remoteurl': | 1245 'remoteurl': |
| 1246 ('http://build.chromium.org/p/chromium.memory.fyi/' | 1246 ('http://build.chromium.org/p/chromium.memory.full/' |
| 1247 'horizontal_one_box_per_builder'), | 1247 'horizontal_one_box_per_builder'), |
| 1248 'localpath': 'chromium.memory.fyi/horizontal_one_box_per_builder', | 1248 'localpath': 'chromium.memory.full/horizontal_one_box_per_builder', |
| 1249 'postfetch': one_box_handler, | 1249 'postfetch': one_box_handler, |
| 1250 'maxage': 30, # 30 secs | 1250 'maxage': 30, # 30 secs |
| 1251 }, | 1251 }, |
| 1252 { | 1252 { |
| 1253 'remoteurl': | 1253 'remoteurl': |
| 1254 ('http://build.chromium.org/p/chromium.perf/' | 1254 ('http://build.chromium.org/p/chromium.perf/' |
| 1255 'horizontal_one_box_per_builder'), | 1255 'horizontal_one_box_per_builder'), |
| 1256 'localpath': 'chromium.perf/horizontal_one_box_per_builder', | 1256 'localpath': 'chromium.perf/horizontal_one_box_per_builder', |
| 1257 'postfetch': one_box_handler, | 1257 'postfetch': one_box_handler, |
| 1258 'maxage': 30, # 30 secs | 1258 'maxage': 30, # 30 secs |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1273 'builds/-1?as_text=1'), | 1273 'builds/-1?as_text=1'), |
| 1274 'localpath': | 1274 'localpath': |
| 1275 'chromium.lkgr/json/builders/Linux%20x64/builds/-1/as_text=1.json', | 1275 'chromium.lkgr/json/builders/Linux%20x64/builds/-1/as_text=1.json', |
| 1276 'maxage': 2*60, # 2 mins | 1276 'maxage': 2*60, # 2 mins |
| 1277 }, | 1277 }, |
| 1278 | 1278 |
| 1279 # # Trigger background process update. | 1279 # # Trigger background process update. |
| 1280 # { | 1280 # { |
| 1281 # 'remoteurl': 'http://chromium-build.appspot.com/backend/update' | 1281 # 'remoteurl': 'http://chromium-build.appspot.com/backend/update' |
| 1282 ] | 1282 ] |
| OLD | NEW |