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

Side by Side Diff: milo/appengine/swarming/expectations/build-running-logdog-no-annotation-stream.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": "1a2b3c4d5e6f7890", 4 "Label": "1a2b3c4d5e6f7890",
5 "Status": "NotRun", 5 "Status": "NotRun",
6 "Banner": null, 6 "Banner": null,
7 "Bot": null, 7 "Bot": null,
8 "Recipe": null,
8 "Source": { 9 "Source": {
9 "Label": "Task 1a2b3c4d5e6f7890", 10 "Label": "Task 1a2b3c4d5e6f7890",
10 "URL": "https://example.com/user/task/1a2b3c4d5e6f7890" 11 "URL": "https://example.com/user/task/1a2b3c4d5e6f7890"
11 }, 12 },
12 "MainLink": null, 13 "MainLink": null,
13 "SubLink": null, 14 "SubLink": null,
14 "Progress": null, 15 "Progress": null,
15 "Started": "0001-01-01T00:00:00Z", 16 "Started": "0001-01-01T00:00:00Z",
16 "Finished": "0001-01-01T00:00:00Z", 17 "Finished": "0001-01-01T00:00:00Z",
17 "Duration": 0, 18 "Duration": 0,
18 "Type": "Recipe", 19 "Type": "Recipe",
19 "LevelsDeep": 0, 20 "LevelsDeep": 0,
20 "Verbosity": 0, 21 "Verbosity": 0,
21 "Text": null 22 "Text": null
22 }, 23 },
23 "SourceStamp": null, 24 "SourceStamp": null,
24 "Components": [ 25 "Components": [
25 { 26 {
26 "ParentLabel": null, 27 "ParentLabel": null,
27 "Label": "Waiting...", 28 "Label": "Waiting...",
28 "Status": "Running", 29 "Status": "Running",
29 "Banner": null, 30 "Banner": null,
30 "Bot": null, 31 "Bot": null,
32 "Recipe": null,
31 "Source": null, 33 "Source": null,
32 "MainLink": null, 34 "MainLink": null,
33 "SubLink": null, 35 "SubLink": null,
34 "Progress": null, 36 "Progress": null,
35 "Started": "0001-01-01T00:00:00Z", 37 "Started": "0001-01-01T00:00:00Z",
36 "Finished": "0001-01-01T00:00:00Z", 38 "Finished": "0001-01-01T00:00:00Z",
37 "Duration": 0, 39 "Duration": 0,
38 "Type": "Summary", 40 "Type": "Summary",
39 "LevelsDeep": 0, 41 "LevelsDeep": 0,
40 "Verbosity": 0, 42 "Verbosity": 0,
41 "Text": [ 43 "Text": [
42 "waiting for annotation stream" 44 "waiting for annotation stream"
43 ] 45 ]
44 } 46 }
45 ], 47 ],
46 "PropertyGroup": [ 48 "PropertyGroup": null,
47 {
48 "GroupName": "Swarming Tags",
49 "Property": [
50 {
51 "Key": "allow_milo",
52 "Value": "1"
53 },
54 {
55 "Key": "luci_project",
56 "Value": "testproject"
57 },
58 {
59 "Key": "log_location",
60 "Value": "logdog://example.com/testproject/${swarming_run_id}/+/annota tions"
61 }
62 ]
63 }
64 ],
65 "Blame": null 49 "Blame": null
66 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698