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

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

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Cleanup, new test data, fix timing display 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": "NotRun", 4 "Status": "NotRun",
5 "Bot": null, 5 "Bot": null,
6 "Source": { 6 "Source": {
7 "Label": "Task ", 7 "Label": "Task 2fb1b35e1da25710",
8 "Img": "", 8 "Img": "",
9 "URL": "https://debug/user/task/", 9 "URL": "https://debug/user/task/2fb1b35e1da25710",
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": "",
16 "Finished": "", 16 "Finished": "",
17 "Duration": 0, 17 "Duration": 0,
18 "Type": "Recipe", 18 "Type": "Recipe",
19 "LevelsDeep": 0, 19 "LevelsDeep": 0,
20 "Text": null 20 "Text": null
21 }, 21 },
22 "SourceStamp": null, 22 "SourceStamp": null,
23 "Components": null, 23 "Components": null,
24 "PropertyGroup": [ 24 "PropertyGroup": [
25 { 25 {
26 "GroupName": "Swarming Tags", 26 "GroupName": "Swarming Tags",
27 "Property": [ 27 "Property": [
28 { 28 {
29 "Key": "os",
30 "Value": "Linux"
31 },
32 {
33 "Key": "pool",
34 "Value": "default"
35 },
36 {
37 "Key": "priority",
38 "Value": "10"
39 },
40 {
41 "Key": "user",
42 "Value": ""
43 },
44 {
29 "Key": "allow_milo", 45 "Key": "allow_milo",
30 "Value": "1" 46 "Value": "1"
31 } 47 }
32 ] 48 ]
33 },
34 {
35 "GroupName": "Main",
36 "Property": null
37 } 49 }
38 ], 50 ],
39 "Blame": null 51 "Blame": null
40 } 52 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/swarming/expectations/build-patch-failure.json ('k') | appengine/cmd/milo/swarming/testdata/build-pending » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698