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

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

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests Created 3 years, 6 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 "Label": "2d8d62f6be545b10",
4 "Status": "Running",
5 "Source": {
6 "Label": "Task 2d8d62f6be545b10",
7 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u0026 wide_logs=true"
8 },
9 "MainLink": [
10 {
11 "Label": "Task 2d8d62f6be545b10",
12 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u00 26wide_logs=true"
13 }
14 ],
15 "SubLink": [
16 [
17 {
18 "Label": "stdout",
19 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B% 2Fstdout"
20 }
21 ],
22 [
23 {
24 "Label": "stderr",
25 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B% 2Fstderr"
26 }
27 ]
28 ],
29 "Started": "2016-03-14T10:00:01.85071Z",
30 "Finished": "0001-01-01T00:00:00Z",
31 "Duration": 3598149290000,
32 "Type": "Recipe",
33 "LevelsDeep": 0,
34 "Verbosity": 1,
35 "Text": [
36 "Running bot_update"
37 ]
38 },
39 "SourceStamp": null,
40 "Components": [
41 {
42 "Label": "recipe bootstrap",
43 "Status": "Success",
44 "MainLink": [
45 {
46 "Label": "stdout",
47 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B% 2Fsteps%2Frecipe_bootstrap%2F0%2Fstdout"
48 }
49 ],
50 "Started": "2016-03-14T10:00:02Z",
51 "Finished": "2016-03-14T10:00:03Z",
52 "Duration": 1000000000,
53 "Type": "Step",
54 "LevelsDeep": 0,
55 "Verbosity": 1,
56 "Text": null
57 },
58 {
59 "Label": "setup_build",
60 "Status": "Success",
61 "MainLink": [
62 {
63 "Label": "stdout",
64 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B% 2Fsteps%2Fsetup_build%2F0%2Fstdout"
65 }
66 ],
67 "SubLink": [
68 [
69 {
70 "Label": "run_recipe",
71 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2 B%2Fsteps%2Fsetup_build%2F0%2Flogs%2Frun_recipe%2F0"
72 }
73 ]
74 ],
75 "Started": "2016-03-14T10:00:03Z",
76 "Finished": "2016-03-14T10:00:04Z",
77 "Duration": 1000000000,
78 "Type": "Step",
79 "LevelsDeep": 0,
80 "Verbosity": 1,
81 "Text": [
82 "running recipe: \"v8\""
83 ]
84 },
85 {
86 "Label": "bot_update",
87 "Status": "Running",
88 "MainLink": [
89 {
90 "Label": "stdout",
91 "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B% 2Fsteps%2Fbot_update%2F0%2Fstdout"
92 }
93 ],
94 "Started": "2016-03-14T10:00:05Z",
95 "Finished": "0001-01-01T00:00:00Z",
96 "Duration": 3595000000000,
97 "Type": "Step",
98 "LevelsDeep": 0,
99 "Verbosity": 0,
100 "Text": null
101 }
102 ],
103 "PropertyGroup": [
104 {
105 "GroupName": "recipe bootstrap",
106 "Property": [
107 {
108 "Key": "path_config",
109 "Value": "kitchen"
110 },
111 {
112 "Key": "slavename",
113 "Value": "fakeslave"
114 },
115 {
116 "Key": "buildername",
117 "Value": "infra-continuous-precise-32"
118 },
119 {
120 "Key": "mastername",
121 "Value": "chromium.infra"
122 }
123 ]
124 },
125 {
126 "GroupName": "setup_build",
127 "Property": null
128 },
129 {
130 "GroupName": "bot_update",
131 "Property": null
132 },
133 {
134 "GroupName": "Main",
135 "Property": null
136 }
137 ],
138 "Blame": null
139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698