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

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

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 5 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
1 { 1 {
2 "Summary": { 2 "Summary": {
3 "Label": "", 3 "Label": "",
4 "Status": "Running", 4 "Status": "Running",
5 "Bot": null, 5 "Bot": null,
6 "Source": { 6 "Source": {
7 "Label": "Task ", 7 "Label": "Task ",
8 "Img": "", 8 "Img": "",
9 "URL": "https://debug/user/task/", 9 "URL": "https://debug/user/task/",
10 "Alt": "" 10 "Alt": ""
11 }, 11 },
12 "MainLink": null, 12 "MainLink": null,
13 "SubLink": null, 13 "SubLink": null,
14 "Progress": null, 14 "Progress": null,
15 "Started": "2016-03-14T10:00:01.850710Z", 15 "Started": "2016-03-14T10:00:01.850710Z",
16 "Finished": "", 16 "Finished": "",
17 "Duration": 3598, 17 "Duration": 3598,
18 "Type": "Recipe", 18 "Type": "Recipe",
19 "LevelsDeep": 0, 19 "LevelsDeep": 0,
20 "Text": [ 20 "Text": null
21 "Running bot_update"
22 ]
23 }, 21 },
24 "SourceStamp": null, 22 "SourceStamp": null,
25 "Components": [ 23 "Components": null,
26 {
27 "Label": "recipe bootstrap",
28 "Status": "Success",
29 "Bot": null,
30 "Source": null,
31 "MainLink": {
32 "Label": "stdout",
33 "Img": "",
34 "URL": "foo/steps/recipe_bootstrap/0/stdout",
35 "Alt": ""
36 },
37 "SubLink": null,
38 "Progress": null,
39 "Started": "2016-03-14T10:00:02Z",
40 "Finished": "2016-03-14T10:00:03Z",
41 "Duration": 1,
42 "Type": "Step",
43 "LevelsDeep": 0,
44 "Text": null
45 },
46 {
47 "Label": "setup_build",
48 "Status": "Success",
49 "Bot": null,
50 "Source": null,
51 "MainLink": {
52 "Label": "stdout",
53 "Img": "",
54 "URL": "foo/steps/setup_build/0/stdout",
55 "Alt": ""
56 },
57 "SubLink": [
58 {
59 "Label": "steps/setup_build/0/logs/run_recipe/0",
60 "Img": "",
61 "URL": "foo/steps/setup_build/0/logs/run_recipe/0",
62 "Alt": ""
63 }
64 ],
65 "Progress": null,
66 "Started": "2016-03-14T10:00:03Z",
67 "Finished": "2016-03-14T10:00:04Z",
68 "Duration": 1,
69 "Type": "Step",
70 "LevelsDeep": 0,
71 "Text": [
72 "running recipe: \"v8\""
73 ]
74 },
75 {
76 "Label": "bot_update",
77 "Status": "Running",
78 "Bot": null,
79 "Source": null,
80 "MainLink": {
81 "Label": "stdout",
82 "Img": "",
83 "URL": "foo/steps/bot_update/0/stdout",
84 "Alt": ""
85 },
86 "SubLink": null,
87 "Progress": null,
88 "Started": "2016-03-14T10:00:05Z",
89 "Finished": "",
90 "Duration": 3595,
91 "Type": "Step",
92 "LevelsDeep": 0,
93 "Text": null
94 }
95 ],
96 "PropertyGroup": [ 24 "PropertyGroup": [
97 { 25 {
98 "GroupName": "Swarming Tags", 26 "GroupName": "Swarming Tags",
99 "Property": [ 27 "Property": [
100 { 28 {
101 "Key": "allow_milo", 29 "Key": "allow_milo",
102 "Value": "1" 30 "Value": "1"
103 } 31 }
104 ] 32 ]
105 },
106 {
107 "GroupName": "recipe bootstrap",
108 "Property": [
109 {
110 "Key": "path_config",
111 "Value": "kitchen"
112 },
113 {
114 "Key": "slavename",
115 "Value": "fakeslave"
116 },
117 {
118 "Key": "buildername",
119 "Value": "infra-continuous-precise-32"
120 },
121 {
122 "Key": "mastername",
123 "Value": "chromium.infra"
124 }
125 ]
126 },
127 {
128 "GroupName": "setup_build",
129 "Property": null
130 },
131 {
132 "GroupName": "bot_update",
133 "Property": null
134 },
135 {
136 "GroupName": "Main",
137 "Property": null
138 } 33 }
139 ], 34 ],
140 "Blame": null 35 "Blame": null
141 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698