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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dll_.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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "name": "compile", 384 "name": "compile",
385 "~followup_annotations": [ 385 "~followup_annotations": [
386 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 386 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
387 "@@@STEP_LOG_END@json.output (invalid)@@@" 387 "@@@STEP_LOG_END@json.output (invalid)@@@"
388 ] 388 ]
389 }, 389 },
390 { 390 {
391 "cmd": [ 391 "cmd": [
392 "python", 392 "python",
393 "-u", 393 "-u",
394 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 394 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src\\tools\\determinism\\remove_build _metadata.py",
395 "--build-dir", 395 "--build-dir",
396 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src\\out\\Release_x64", 396 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src\\out\\Release_x64"
397 "--src-dir",
398 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src"
399 ], 397 ],
400 "cwd": "[SLAVE_BUILD]", 398 "cwd": "[SLAVE_BUILD]",
401 "name": "remove_build_metadata" 399 "name": "remove_build_metadata"
402 }, 400 },
403 { 401 {
404 "cmd": [ 402 "cmd": [
405 "python", 403 "python",
406 "-u", 404 "-u",
407 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 405 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
408 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src\\tools\\swarming_client", 406 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "~followup_annotations": [ 475 "~followup_annotations": [
478 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" 476 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@"
479 ] 477 ]
480 }, 478 },
481 { 479 {
482 "name": "$result", 480 "name": "$result",
483 "recipe_result": null, 481 "recipe_result": null,
484 "status_code": 0 482 "status_code": 0
485 } 483 }
486 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698