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

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

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 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
1 { 1 {
2 "Summary": { 2 "Summary": {
3 "Label": "", 3 "Label": "",
4 "Status": "NotRun", 4 "Status": "NotRun",
5 "MainLink": null, 5 "MainLink": null,
6 "SubLink": null, 6 "SubLink": null,
7 "Progress": null, 7 "Progress": null,
8 "Started": "2016-03-14T10:00:01.850710Z", 8 "Started": "2016-03-14T10:00:01.850710Z",
9 "Finished": "", 9 "Finished": "",
10 "Duration": 0, 10 "Duration": 0,
11 "Type": "Recipe", 11 "Type": "Recipe",
12 "LevelsDeep": 0, 12 "LevelsDeep": 0,
13 "Text": null 13 "Text": null
14 }, 14 },
15 "SourceStamp": null, 15 "SourceStamp": null,
16 "Components": null, 16 "Components": null,
17 "PropertyGroup": [ 17 "PropertyGroup": [
18 { 18 {
19 "GroupName": "Swarming",
20 "Property": null
21 },
22 {
23 "GroupName": "Swarming Tags", 19 "GroupName": "Swarming Tags",
24 "Property": [ 20 "Property": [
25 { 21 {
26 "Key": "allow_milo", 22 "Key": "allow_milo",
27 "Value": "1" 23 "Value": "1"
28 } 24 }
29 ] 25 ]
30 }, 26 },
31 { 27 {
32 "GroupName": "Main", 28 "GroupName": "Main",
33 "Property": null 29 "Property": null
34 } 30 }
35 ], 31 ],
36 "Blame": null 32 "Blame": null
37 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698