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

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

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: tags Created 3 years, 9 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 "ParentLabel": null, 3 "ParentLabel": null,
4 "Label": "2d8d62f6be545b10", 4 "Label": "2d8d62f6be545b10",
5 "Status": "Running", 5 "Status": "Running",
6 "Banner": null, 6 "Banner": null,
7 "Bot": null, 7 "Bot": null,
8 "Recipe": null,
8 "Source": { 9 "Source": {
9 "Label": "Task 2d8d62f6be545b10", 10 "Label": "Task 2d8d62f6be545b10",
10 "URL": "https://example.com/user/task/2d8d62f6be545b10" 11 "URL": "https://example.com/user/task/2d8d62f6be545b10"
11 }, 12 },
12 "MainLink": { 13 "MainLink": {
13 "Label": "Task 2d8d62f6be545b10", 14 "Label": "Task 2d8d62f6be545b10",
14 "URL": "https://example.com/user/task/2d8d62f6be545b10" 15 "URL": "https://example.com/user/task/2d8d62f6be545b10"
15 }, 16 },
16 "SubLink": [ 17 "SubLink": [
17 { 18 {
(...skipping 13 matching lines...) Expand all
31 ] 32 ]
32 }, 33 },
33 "SourceStamp": null, 34 "SourceStamp": null,
34 "Components": [ 35 "Components": [
35 { 36 {
36 "ParentLabel": null, 37 "ParentLabel": null,
37 "Label": "recipe bootstrap", 38 "Label": "recipe bootstrap",
38 "Status": "Running", 39 "Status": "Running",
39 "Banner": null, 40 "Banner": null,
40 "Bot": null, 41 "Bot": null,
42 "Recipe": null,
41 "Source": null, 43 "Source": null,
42 "MainLink": { 44 "MainLink": {
43 "Label": "stdout", 45 "Label": "stdout",
44 "URL": "foo/steps/recipe_bootstrap/0/stdout" 46 "URL": "foo/steps/recipe_bootstrap/0/stdout"
45 }, 47 },
46 "SubLink": [ 48 "SubLink": [
47 { 49 {
48 "Label": "Confused? README here", 50 "Label": "Confused? README here",
49 "URL": "https://chromium.googlesource.com/external/github.com/luci/rec ipes-py/+/master/doc/workflow.md" 51 "URL": "https://chromium.googlesource.com/external/github.com/luci/rec ipes-py/+/master/doc/workflow.md"
50 } 52 }
51 ], 53 ],
52 "Progress": null, 54 "Progress": null,
53 "Started": "2016-03-14T10:00:02Z", 55 "Started": "2016-03-14T10:00:02Z",
54 "Finished": "0001-01-01T00:00:00Z", 56 "Finished": "0001-01-01T00:00:00Z",
55 "Duration": 3598000000000, 57 "Duration": 3598000000000,
56 "Type": "Step", 58 "Type": "Step",
57 "LevelsDeep": 0, 59 "LevelsDeep": 0,
58 "Verbosity": 0, 60 "Verbosity": 0,
59 "Text": null 61 "Text": null
60 } 62 }
61 ], 63 ],
62 "PropertyGroup": [ 64 "PropertyGroup": [
63 { 65 {
64 "GroupName": "recipe bootstrap", 66 "GroupName": "recipe bootstrap",
65 "Property": null 67 "Property": null
66 }, 68 },
67 { 69 {
68 "GroupName": "Main", 70 "GroupName": "Main",
69 "Property": null 71 "Property": null
70 },
71 {
72 "GroupName": "Swarming Tags",
73 "Property": [
74 {
75 "Key": "allow_milo",
76 "Value": "1"
77 }
78 ]
79 } 72 }
80 ], 73 ],
81 "Blame": null 74 "Blame": null
82 } 75 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698