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

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

Issue 183383008: Garden-o-matic: Fix rebaseline-json results handling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix formatting Created 6 years, 10 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 | Tools/GardeningServer/scripts/controllers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/checkout.js
diff --git a/Tools/GardeningServer/scripts/checkout.js b/Tools/GardeningServer/scripts/checkout.js
index 0ccf28db85853e9a06b9d08714bd032c94cb1bdb..07b54c2a8f00e81bf5f67f59fbd81fff43e6f117 100644
--- a/Tools/GardeningServer/scripts/checkout.js
+++ b/Tools/GardeningServer/scripts/checkout.js
@@ -82,7 +82,7 @@ checkout.rebaseline = function(failureInfoList, progressCallback, debugBotsCallb
tests[failureInfo.testName][failureInfo.builderName] =
base.uniquifyArray(base.flattenArray(failureInfo.failureTypeList.map(results.failureTypeToExtensionList)));
}
- return net.post('/rebaselineall', JSON.stringify(tests));
+ net.post('/rebaselineall', JSON.stringify(tests)).then(progressCallback, progressCallback);
});
};
« no previous file with comments | « no previous file | Tools/GardeningServer/scripts/controllers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698