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

Unified Diff: appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json

Issue 2336713002: Add Milo URLs to list of flakes (Closed)
Patch Set: Addressed comments Created 4 years, 3 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
Index: appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json
diff --git a/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json b/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json
index 3bfcc94c69f214b1a62584d7e5b29b39f74c064c..4cccc0fb1dd6842d463d423a5f9e5d06aab35685 100644
--- a/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json
+++ b/appengine/chromium_try_flakes/handlers/test/all_flake_occurrences_test.expected/TestAllFlakeOccurrences.test_returns_correct_grouped_runs.json
@@ -1,26 +1,29 @@
[
{
"builder": "test-builder",
- "formatted_time": "2016-06-06 10:20:30 UTC",
+ "formatted_time": "2016-08-06 10:20:30 UTC",
"issue_ids": "set([])",
+ "milo_url": "https://luci-milo.appspot.com/buildbot/tryserver.test/test-builder/1",
"patchset_url": "https://codereview.chromium.org/123456/#ps1",
- "time_finished": "datetime.datetime(2016, 6, 6, 10, 20, 30)",
+ "time_finished": "datetime.datetime(2016, 8, 6, 10, 20, 30)",
"url": "http://build.chromium.org/p/tryserver.test/builders/test-builder/builds/1"
},
{
"builder": "test-builder",
- "formatted_time": "2016-06-06 10:20:30 UTC",
+ "formatted_time": "2016-08-06 10:20:30 UTC",
"issue_ids": "set([200, 100])",
+ "milo_url": "https://luci-milo.appspot.com/buildbot/tryserver.test/test-builder/3",
"patchset_url": "https://codereview.chromium.org/123456/#ps1",
- "time_finished": "datetime.datetime(2016, 6, 6, 10, 20, 30)",
+ "time_finished": "datetime.datetime(2016, 8, 6, 10, 20, 30)",
"url": "http://build.chromium.org/p/tryserver.test/builders/test-builder/builds/3"
},
{
"builder": "test-builder",
- "formatted_time": "2016-06-01 10:20:30 UTC",
+ "formatted_time": "2016-08-01 10:20:30 UTC",
"issue_ids": "set([])",
+ "milo_url": "https://luci-milo.appspot.com/buildbot/tryserver.test/test-builder/0",
"patchset_url": "https://codereview.chromium.org/123456/#ps1",
- "time_finished": "datetime.datetime(2016, 6, 1, 10, 20, 30)",
+ "time_finished": "datetime.datetime(2016, 8, 1, 10, 20, 30)",
"url": "http://build.chromium.org/p/tryserver.test/builders/test-builder/builds/0"
}
]

Powered by Google App Engine
This is Rietveld 408576698