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

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: Fix gerrit checker 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,
4 "Label": "1a2b3c4d5e6f7890", 3 "Label": "1a2b3c4d5e6f7890",
5 "Status": "NotRun", 4 "Status": "NotRun",
6 "Banner": null,
7 "Bot": null,
8 "Source": { 5 "Source": {
9 "Label": "Task 1a2b3c4d5e6f7890", 6 "Label": "Task 1a2b3c4d5e6f7890",
10 "URL": "https://example.com/user/task/1a2b3c4d5e6f7890" 7 "URL": "https://example.com/user/task/1a2b3c4d5e6f7890"
11 }, 8 },
12 "MainLink": null,
13 "SubLink": null,
14 "Progress": null,
15 "Started": "0001-01-01T00:00:00Z", 9 "Started": "0001-01-01T00:00:00Z",
16 "Finished": "0001-01-01T00:00:00Z", 10 "Finished": "0001-01-01T00:00:00Z",
17 "Duration": 0, 11 "Duration": 0,
18 "Type": "Recipe", 12 "Type": "Recipe",
19 "LevelsDeep": 0, 13 "LevelsDeep": 0,
20 "Verbosity": 0, 14 "Verbosity": 0,
21 "Text": null 15 "Text": null
22 }, 16 },
23 "SourceStamp": null, 17 "SourceStamp": null,
24 "Components": [ 18 "Components": [
25 { 19 {
26 "ParentLabel": null,
27 "Label": "Waiting...", 20 "Label": "Waiting...",
28 "Status": "Running", 21 "Status": "Running",
29 "Banner": null,
30 "Bot": null,
31 "Source": null,
32 "MainLink": null,
33 "SubLink": null,
34 "Progress": null,
35 "Started": "0001-01-01T00:00:00Z", 22 "Started": "0001-01-01T00:00:00Z",
36 "Finished": "0001-01-01T00:00:00Z", 23 "Finished": "0001-01-01T00:00:00Z",
37 "Duration": 0, 24 "Duration": 0,
38 "Type": "Summary", 25 "Type": "Summary",
39 "LevelsDeep": 0, 26 "LevelsDeep": 0,
40 "Verbosity": 0, 27 "Verbosity": 0,
41 "Text": [ 28 "Text": [
42 "waiting for annotation stream" 29 "waiting for annotation stream"
43 ] 30 ]
44 } 31 }
45 ], 32 ],
46 "PropertyGroup": [ 33 "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 34 "Blame": null
66 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698