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

Side by Side Diff: milo/appengine/swarming/expectations/build-running-logdog-no-annotation-stream.json

Issue 2717623002: Milo: Handle missing / transient LogDog failures. (Closed)
Patch Set: remote unnecessary code Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "Summary": {
3 "ParentLabel": null,
4 "Label": "1a2b3c4d5e6f7890",
5 "Status": "NotRun",
6 "Banner": null,
7 "Bot": null,
8 "Source": {
9 "Label": "Task 1a2b3c4d5e6f7890",
10 "URL": "https://example.com/user/task/1a2b3c4d5e6f7890"
11 },
12 "MainLink": null,
13 "SubLink": null,
14 "Progress": null,
15 "Started": "0001-01-01T00:00:00Z",
16 "Finished": "0001-01-01T00:00:00Z",
17 "Duration": 0,
18 "Type": "Recipe",
19 "LevelsDeep": 0,
20 "Verbosity": 0,
21 "Text": null
22 },
23 "SourceStamp": null,
24 "Components": [
25 {
26 "ParentLabel": null,
27 "Label": "Waiting...",
28 "Status": "Running",
29 "Banner": null,
30 "Bot": null,
31 "Source": null,
32 "MainLink": null,
33 "SubLink": null,
34 "Progress": null,
35 "Started": "0001-01-01T00:00:00Z",
36 "Finished": "0001-01-01T00:00:00Z",
37 "Duration": 0,
38 "Type": "Summary",
39 "LevelsDeep": 0,
40 "Verbosity": 0,
41 "Text": [
42 "waiting for annotation stream"
43 ]
44 }
45 ],
46 "PropertyGroup": [
47 {
48 "GroupName": "Swarming Tags",
49 "Property": [
50 {
51 "Key": "allow_milo",
52 "Value": "1"
53 },
54 {
55 "Key": "luci_project",
56 "Value": "testproject"
57 },
58 {
59 "Key": "log_location",
60 "Value": "logdog://example.com/testproject/${swarming_run_id}/+/annota tions"
61 }
62 ]
63 }
64 ],
65 "Blame": null
66 }
OLDNEW
« no previous file with comments | « milo/appengine/swarming/expectations/build-pending-logdog.json ('k') | milo/appengine/swarming/html_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698