Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: appengine/chromium_build/app.py

Issue 2201713002: Update waterfall for new master chromium.memory.full. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update tests Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/chromium_build/tests/console_test.files/test_console_handler/exp_console.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_build/app.py
diff --git a/appengine/chromium_build/app.py b/appengine/chromium_build/app.py
index ee623522a05aa6802f874e75599e8258e9167b74..a083e9b0fe323946e5782e3c1081123c2e8ab111 100644
--- a/appengine/chromium_build/app.py
+++ b/appengine/chromium_build/app.py
@@ -1052,8 +1052,8 @@ URLS = [
'maxage': 15*60, # 15 mins
},
{
- 'remoteurl': 'http://build.chromium.org/p/chromium.memory.fyi/default.css',
- 'localpath': 'chromium.memory.fyi/default.css',
+ 'remoteurl': 'http://build.chromium.org/p/chromium.memory.full/default.css',
+ 'localpath': 'chromium.memory.full/default.css',
'maxage': 15*60, # 15 mins
},
{
@@ -1243,9 +1243,9 @@ URLS = [
},
{
'remoteurl':
- ('http://build.chromium.org/p/chromium.memory.fyi/'
+ ('http://build.chromium.org/p/chromium.memory.full/'
'horizontal_one_box_per_builder'),
- 'localpath': 'chromium.memory.fyi/horizontal_one_box_per_builder',
+ 'localpath': 'chromium.memory.full/horizontal_one_box_per_builder',
'postfetch': one_box_handler,
'maxage': 30, # 30 secs
},
« no previous file with comments | « no previous file | appengine/chromium_build/tests/console_test.files/test_console_handler/exp_console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698