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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "name": "compile", 360 "name": "compile",
361 "~followup_annotations": [ 361 "~followup_annotations": [
362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
363 "@@@STEP_LOG_END@json.output (invalid)@@@" 363 "@@@STEP_LOG_END@json.output (invalid)@@@"
364 ] 364 ]
365 }, 365 },
366 { 366 {
367 "cmd": [ 367 "cmd": [
368 "python", 368 "python",
369 "-u", 369 "-u",
370 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 370 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
371 "--build-dir", 371 "--build-dir",
372 "[BUILDER_CACHE]\\win\\src\\out\\Release_x64", 372 "[BUILDER_CACHE]\\win\\src\\out\\Release_x64"
373 "--src-dir",
374 "[BUILDER_CACHE]\\win\\src"
375 ], 373 ],
376 "cwd": "[SLAVE_BUILD]", 374 "cwd": "[SLAVE_BUILD]",
377 "name": "remove_build_metadata" 375 "name": "remove_build_metadata"
378 }, 376 },
379 { 377 {
380 "cmd": [ 378 "cmd": [
381 "python", 379 "python",
382 "-u", 380 "-u",
383 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 381 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
384 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 382 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "~followup_annotations": [ 451 "~followup_annotations": [
454 "@@@STEP_TEXT@Win7 x64 Release (NVIDIA)@@@" 452 "@@@STEP_TEXT@Win7 x64 Release (NVIDIA)@@@"
455 ] 453 ]
456 }, 454 },
457 { 455 {
458 "name": "$result", 456 "name": "$result",
459 "recipe_result": null, 457 "recipe_result": null,
460 "status_code": 0 458 "status_code": 0
461 } 459 }
462 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698