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

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

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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"
200 ], 201 ],
201 "cwd": "[SLAVE_BUILD]", 202 "cwd": "[SLAVE_BUILD]",
202 "name": "compile", 203 "name": "compile",
203 "~followup_annotations": [ 204 "~followup_annotations": [
204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
205 "@@@STEP_LOG_END@json.output (invalid)@@@" 206 "@@@STEP_LOG_END@json.output (invalid)@@@"
206 ] 207 ]
207 }, 208 },
208 { 209 {
209 "cmd": [ 210 "cmd": [
210 "python", 211 "python",
211 "-u", 212 "-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",
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 224 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
213 "--target", 225 "--target",
214 "Release", 226 "Release",
215 "--factory-properties", 227 "--factory-properties",
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\"}", 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\"}",
217 "--build-properties", 229 "--build-properties",
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\"}", 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\"}",
219 "--step-name=print_preview_tests", 231 "--step-name=print_preview_tests",
220 "--builder-name=Print Preview Win", 232 "--builder-name=Print Preview Win",
221 "--slave-name=TestSlavename", 233 "--slave-name=TestSlavename",
(...skipping 18 matching lines...) Expand all
240 ], 252 ],
241 "cwd": "[SLAVE_BUILD]", 253 "cwd": "[SLAVE_BUILD]",
242 "name": "process_dumps" 254 "name": "process_dumps"
243 }, 255 },
244 { 256 {
245 "name": "$result", 257 "name": "$result",
246 "recipe_result": null, 258 "recipe_result": null,
247 "status_code": 0 259 "status_code": 0
248 } 260 }
249 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698