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

Side by Side Diff: milo/appengine/swarming/expectations/build-canceled.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 "ParentLabel": {
4 "Label": "infra-continuous-precise-32",
5 "URL": "/buildbucket/estaab-infra-waterfall-test/infra-continuous-precise- 32"
6 },
7 "Label": "2d8d62f6be545b10",
8 "Status": "Failure",
9 "Banner": {
10 "OS": [
11 {
12 "Img": "ubuntu.svg",
13 "Alt": "Canonical Ubuntu",
14 "Subtitle": "12.04",
15 "Count": 1
16 }
17 ],
18 "Device": null
19 },
20 "Bot": {
21 "Label": "swarm3-c4",
22 "URL": "https://example.com/restricted/bot/swarm3-c4"
23 },
24 "Recipe": {
25 "Label": "infra/infra_continuous",
26 "URL": "https://chromium.googlesource.com/chromium/tools/build/+/master/"
27 },
28 "Source": {
29 "Label": "Task 2d8d62f6be545b10",
30 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u0026 wide_logs=true"
31 },
32 "MainLink": [
33 {
34 "Label": "Task 2d8d62f6be545b10",
35 "URL": "https://example.com/task?id=2d8d62f6be545b10\u0026show_raw=1\u00 26wide_logs=true"
36 }
37 ],
38 "SubLink": [
39 [
40 {
41 "Label": "stdout",
42 "URL": "foo/stdout"
43 }
44 ]
45 ],
46 "Started": "2016-03-14T10:00:01.85071Z",
47 "Finished": "2016-03-14T11:00:18.48602Z",
48 "Duration": 3616635310000,
49 "Type": "Recipe",
50 "LevelsDeep": 0,
51 "Verbosity": 2,
52 "Text": [
53 "Task cancelled by user"
54 ]
55 },
56 "SourceStamp": null,
57 "Components": [
58 {
59 "Label": "recipe bootstrap",
60 "Status": "Success",
61 "MainLink": [
62 {
63 "Label": "stdout",
64 "URL": "foo/steps/recipe_bootstrap/0/stdout"
65 }
66 ],
67 "Started": "2016-03-14T10:00:02Z",
68 "Finished": "2016-03-14T10:00:04Z",
69 "Duration": 2000000000,
70 "Type": "Step",
71 "LevelsDeep": 0,
72 "Verbosity": 1,
73 "Text": null
74 },
75 {
76 "Label": "setup_build",
77 "Status": "Success",
78 "MainLink": [
79 {
80 "Label": "stdout",
81 "URL": "foo/steps/setup_build/0/stdout"
82 }
83 ],
84 "SubLink": [
85 [
86 {
87 "Label": "run_recipe",
88 "URL": "foo/steps/setup_build/0/logs/run_recipe/0"
89 }
90 ]
91 ],
92 "Started": "2016-03-14T10:00:02Z",
93 "Finished": "2016-03-14T10:00:03Z",
94 "Duration": 1000000000,
95 "Type": "Step",
96 "LevelsDeep": 0,
97 "Verbosity": 1,
98 "Text": [
99 "running recipe: \"v8\""
100 ]
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": "Main",
131 "Property": null
132 },
133 {
134 "GroupName": "Swarming",
135 "Property": [
136 {
137 "Key": "Cost of job (USD)",
138 "Value": "$0.52"
139 }
140 ]
141 }
142 ],
143 "Blame": null
144 }
OLDNEW
« no previous file with comments | « milo/appengine/swarming/buildinfo_test.go ('k') | milo/appengine/swarming/expectations/build-exception.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698