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

Unified Diff: Tools/GardeningServer/scripts/config.js

Issue 405853002: Delete dead code now that the polymer port of garden-o-matic is done. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Tools/GardeningServer/scripts/base_unittests.js ('k') | Tools/GardeningServer/scripts/model.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/config.js
diff --git a/Tools/GardeningServer/scripts/config.js b/Tools/GardeningServer/scripts/config.js
index a2ef55efbbe6b59cdc6cf1e3453774145596f0f0..7edeffeb0895320db61b3f20f853c4a50defd6ca 100644
--- a/Tools/GardeningServer/scripts/config.js
+++ b/Tools/GardeningServer/scripts/config.js
@@ -28,14 +28,9 @@ var config = config || {};
(function() {
config = {
- kTreeStatusUpdateFrequency: 1000 * 30,
- kUpdateFrequency: 10 * 60 * 1000,
-
+ kUpdateFrequency: 1000 * 30,
kBlinkRevisionURL: 'http://src.chromium.org/viewvc/blink',
- kRietveldURL: 'https://codereview.chromium.org',
-
buildConsoleURL: 'http://build.chromium.org/p/chromium.webkit',
-
layoutTestResultsURL: 'https://storage.googleapis.com/chromium-layout-test-archives',
waterfallURL: 'http://build.chromium.org/p/chromium.webkit/waterfall',
builders: {
@@ -64,7 +59,6 @@ config = {
return builderName.indexOf('GPU') == -1 &&
builderName.indexOf('Oilpan') == -1;
},
- useLocalResults: !!base.getURLParameter('useLocalResults') || false,
};
})();
« no previous file with comments | « Tools/GardeningServer/scripts/base_unittests.js ('k') | Tools/GardeningServer/scripts/model.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698