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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "-u", 186 "-u",
187 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 187 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
190 "name": "cleanup_temp" 190 "name": "cleanup_temp"
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 196 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
197 "--build-dir", 197 "--build-dir",
198 "[SLAVE_BUILD]\\src\\out\\Release_x64", 198 "[SLAVE_BUILD]\\src\\out\\Release_x64",
199 "--clean-isolated-files" 199 "--clean-isolated-files"
200 ], 200 ],
201 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
202 "name": "clean isolated files" 202 "name": "clean isolated files"
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "name": "compile", 249 "name": "compile",
250 "~followup_annotations": [ 250 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 251 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
252 "@@@STEP_LOG_END@json.output (invalid)@@@" 252 "@@@STEP_LOG_END@json.output (invalid)@@@"
253 ] 253 ]
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 259 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
260 "--build-dir", 260 "--build-dir",
261 "[SLAVE_BUILD]\\src\\out\\Release_x64", 261 "[SLAVE_BUILD]\\src\\out\\Release_x64",
262 "--src-dir", 262 "--src-dir",
263 "[SLAVE_BUILD]\\src" 263 "[SLAVE_BUILD]\\src"
264 ], 264 ],
265 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
266 "name": "remove_build_metadata" 266 "name": "remove_build_metadata"
267 }, 267 },
268 { 268 {
269 "cmd": [ 269 "cmd": [
270 "python", 270 "python",
271 "-u", 271 "-u",
272 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 272 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
273 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 273 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
274 "batcharchive", 274 "batcharchive",
275 "--dump-json", 275 "--dump-json",
276 "/path/to/tmp/json", 276 "/path/to/tmp/json",
277 "--isolate-server", 277 "--isolate-server",
278 "https://isolateserver.appspot.com", 278 "https://isolateserver.appspot.com",
279 "--verbose", 279 "--verbose",
280 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" 280 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
283 "name": "isolate tests", 283 "name": "isolate tests",
284 "~followup_annotations": [ 284 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@json.output@{@@@", 285 "@@@STEP_LOG_LINE@json.output@{@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 286 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
287 "@@@STEP_LOG_LINE@json.output@}@@@", 287 "@@@STEP_LOG_LINE@json.output@}@@@",
288 "@@@STEP_LOG_END@json.output@@@" 288 "@@@STEP_LOG_END@json.output@@@"
289 ] 289 ]
290 }, 290 },
291 { 291 {
292 "cmd": [ 292 "cmd": [
293 "python", 293 "python",
294 "-u", 294 "-u",
295 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 295 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
296 "--build-dir", 296 "--build-dir",
297 "[SLAVE_BUILD]\\src\\out\\Release_x64", 297 "[SLAVE_BUILD]\\src\\out\\Release_x64",
298 "--output-json", 298 "--output-json",
299 "/path/to/tmp/json" 299 "/path/to/tmp/json"
300 ], 300 ],
301 "cwd": "[SLAVE_BUILD]", 301 "cwd": "[SLAVE_BUILD]",
302 "name": "find isolated tests", 302 "name": "find isolated tests",
303 "~followup_annotations": [ 303 "~followup_annotations": [
304 "@@@STEP_LOG_LINE@json.output@{@@@", 304 "@@@STEP_LOG_LINE@json.output@{@@@",
305 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 305 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "name": "process_dumps" 366 "name": "process_dumps"
367 }, 367 },
368 { 368 {
369 "name": "$result", 369 "name": "$result",
370 "recipe_result": null, 370 "recipe_result": null,
371 "status_code": 0 371 "status_code": 0
372 } 372 }
373 ] 373 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698