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

Side by Side Diff: recipe_modules/properties/example.expected/buildbot_tryserver_gerrit_override_both.json

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase Created 3 years, 8 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "None", 5 "None",
6 "'thing'" 6 "'thing'"
7 ], 7 ],
8 "name": "echo" 8 "name": "echo"
9 }, 9 },
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 "('patch_set', 3)", 26 "('patch_set', 3)",
27 "('patch_storage', 'gerrit')", 27 "('patch_storage', 'gerrit')",
28 "('recipe', 'properties:example')", 28 "('recipe', 'properties:example')",
29 "('slavename', 'TestSlavename')", 29 "('slavename', 'TestSlavename')",
30 "('test_prop', None)", 30 "('test_prop', None)",
31 "('workdir', '/path/to/workdir/TestSlavename')" 31 "('workdir', '/path/to/workdir/TestSlavename')"
32 ], 32 ],
33 "name": "echo all" 33 "name": "echo all"
34 }, 34 },
35 { 35 {
36 "cmd": [
37 "echo",
38 "3"
39 ],
40 "name": "echo patch_set"
41 },
42 {
43 "cmd": [
44 "echo",
45 "'/path/to/workdir/TestSlavename'"
46 ],
47 "name": "echo workdir"
48 },
49 {
50 "cmd": [
51 "echo",
52 "'https://gerrit.my.host'"
53 ],
54 "name": "echo patch_gerrit_url"
55 },
56 {
57 "cmd": [
58 "echo",
59 "'master'"
60 ],
61 "name": "echo patch_branch"
62 },
63 {
64 "cmd": [
65 "echo",
66 "'TestBuilder'"
67 ],
68 "name": "echo buildername"
69 },
70 {
71 "cmd": [
72 "echo",
73 "'refs/changes/98/989898/3'"
74 ],
75 "name": "echo patch_ref"
76 },
77 {
78 "cmd": [
79 "echo",
80 "None"
81 ],
82 "name": "echo test_prop"
83 },
84 {
85 "cmd": [
86 "echo",
87 "'https://git.my.host/custom'"
88 ],
89 "name": "echo patch_repository_url"
90 },
91 {
92 "cmd": [
93 "echo",
94 "'properties:example'"
95 ],
96 "name": "echo recipe"
97 },
98 {
99 "cmd": [
100 "echo",
101 "'chromium.testing.master'"
102 ],
103 "name": "echo mastername"
104 },
105 {
106 "cmd": [
107 "echo",
108 "'gerrit'"
109 ],
110 "name": "echo patch_storage"
111 },
112 {
113 "cmd": [
114 "echo",
115 "571"
116 ],
117 "name": "echo buildnumber"
118 },
119 {
120 "cmd": [
121 "echo",
122 "'TestSlavename'"
123 ],
124 "name": "echo slavename"
125 },
126 {
127 "cmd": [
128 "echo",
129 "('cool_dev1337@chromium.org', 'hax@chromium.org')"
130 ],
131 "name": "echo blamelist"
132 },
133 {
134 "cmd": [
135 "echo",
136 "989898"
137 ],
138 "name": "echo patch_issue"
139 },
140 {
141 "cmd": [
142 "echo",
143 "'http://c.org/p/cr/'"
144 ],
145 "name": "echo buildbotURL"
146 },
147 {
148 "cmd": [
149 "echo",
150 "'custom'"
151 ],
152 "name": "echo patch_project"
153 },
154 {
155 "cmd": [
156 "echo",
157 "'thing'"
158 ],
159 "name": "echo foo.bar-bam"
160 },
161 {
162 "cmd": [
163 "echo",
164 "'test_bot'"
165 ],
166 "name": "echo bot_id"
167 },
168 {
36 "name": "$result", 169 "name": "$result",
37 "recipe_result": null, 170 "recipe_result": null,
38 "status_code": 0 171 "status_code": 0
39 } 172 }
40 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698