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

Unified Diff: tools/gardening/lib/src/buildbot_loading.dart

Issue 2987403002: Allow multiple inputs to compare-failures (Closed)
Patch Set: Created 3 years, 4 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/gardening/bin/compare_failures.dart ('k') | tools/gardening/lib/src/buildbot_structures.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/lib/src/buildbot_loading.dart
diff --git a/tools/gardening/lib/src/buildbot_loading.dart b/tools/gardening/lib/src/buildbot_loading.dart
index ee4ce292aaeecd1db341778be6a256dab9a52bd5..59056bcd818a6bd32039f0762279e7c3246c1b8b 100644
--- a/tools/gardening/lib/src/buildbot_loading.dart
+++ b/tools/gardening/lib/src/buildbot_loading.dart
@@ -87,6 +87,7 @@ BuildResult parseTestStepResult(BuildUri buildUri, String text) {
if (line.startsWith(BUILDBOT_BUILDNUMBER)) {
buildNumber =
int.parse(line.substring(BUILDBOT_BUILDNUMBER.length).trim());
+ buildUri = buildUri.withBuildNumber(buildNumber);
}
if (currentFailure != null) {
if (line.startsWith('Done ')) {
« no previous file with comments | « tools/gardening/bin/compare_failures.dart ('k') | tools/gardening/lib/src/buildbot_structures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698