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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "name": "compile", 369 "name": "compile",
370 "~followup_annotations": [ 370 "~followup_annotations": [
371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
372 "@@@STEP_LOG_END@json.output (invalid)@@@" 372 "@@@STEP_LOG_END@json.output (invalid)@@@"
373 ] 373 ]
374 }, 374 },
375 { 375 {
376 "cmd": [ 376 "cmd": [
377 "python", 377 "python",
378 "-u", 378 "-u",
379 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 379 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
380 "--build-dir", 380 "--build-dir",
381 "[BUILDER_CACHE]\\win\\src\\out\\Release_x64", 381 "[BUILDER_CACHE]\\win\\src\\out\\Release_x64"
382 "--src-dir",
383 "[BUILDER_CACHE]\\win\\src"
384 ], 382 ],
385 "cwd": "[SLAVE_BUILD]", 383 "cwd": "[SLAVE_BUILD]",
386 "name": "remove_build_metadata" 384 "name": "remove_build_metadata"
387 }, 385 },
388 { 386 {
389 "cmd": [ 387 "cmd": [
390 "python", 388 "python",
391 "-u", 389 "-u",
392 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 390 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
393 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 391 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "~followup_annotations": [ 479 "~followup_annotations": [
482 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" 480 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@"
483 ] 481 ]
484 }, 482 },
485 { 483 {
486 "name": "$result", 484 "name": "$result",
487 "recipe_result": null, 485 "recipe_result": null,
488 "status_code": 0 486 "status_code": 0
489 } 487 }
490 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698