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

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

Powered by Google App Engine
This is Rietveld 408576698