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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Win.json

Issue 1862773003: Remove references to crash_service, which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update expectations Created 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "--build-tool", 189 "--build-tool",
190 "ninja", 190 "ninja",
191 "--compiler", 191 "--compiler",
192 "goma", 192 "goma",
193 "--goma-jsonstatus", 193 "--goma-jsonstatus",
194 "/path/to/tmp/json", 194 "/path/to/tmp/json",
195 "--goma-dir", 195 "--goma-dir",
196 "[BUILD]\\goma", 196 "[BUILD]\\goma",
197 "--", 197 "--",
198 "blink_tests", 198 "blink_tests",
199 "browser_tests", 199 "browser_tests"
200 "crash_service"
201 ], 200 ],
202 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
203 "name": "compile", 202 "name": "compile",
204 "~followup_annotations": [ 203 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
206 "@@@STEP_LOG_END@json.output (invalid)@@@" 205 "@@@STEP_LOG_END@json.output (invalid)@@@"
207 ] 206 ]
208 }, 207 },
209 { 208 {
210 "cmd": [ 209 "cmd": [
211 "python", 210 "python",
212 "-u", 211 "-u",
213 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
214 "--target",
215 "Release"
216 ],
217 "cwd": "[SLAVE_BUILD]",
218 "name": "start_crash_service"
219 },
220 {
221 "cmd": [
222 "python",
223 "-u",
224 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 212 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
225 "--target", 213 "--target",
226 "Release", 214 "Release",
227 "--factory-properties", 215 "--factory-properties",
228 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 216 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
229 "--build-properties", 217 "--build-properties",
230 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 218 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Print Preview Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavenam e\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
231 "--step-name=print_preview_tests", 219 "--step-name=print_preview_tests",
232 "--builder-name=Print Preview Win", 220 "--builder-name=Print Preview Win",
233 "--slave-name=TestSlavename", 221 "--slave-name=TestSlavename",
(...skipping 18 matching lines...) Expand all
252 ], 240 ],
253 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
254 "name": "process_dumps" 242 "name": "process_dumps"
255 }, 243 },
256 { 244 {
257 "name": "$result", 245 "name": "$result",
258 "recipe_result": null, 246 "recipe_result": null,
259 "status_code": 0 247 "status_code": 0
260 } 248 }
261 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698