| OLD | NEW |
| (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 } |
| OLD | NEW |