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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "name": "compile", 397 "name": "compile",
398 "~followup_annotations": [ 398 "~followup_annotations": [
399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
400 "@@@STEP_LOG_END@json.output (invalid)@@@" 400 "@@@STEP_LOG_END@json.output (invalid)@@@"
401 ] 401 ]
402 }, 402 },
403 { 403 {
404 "cmd": [ 404 "cmd": [
405 "python", 405 "python",
406 "-u", 406 "-u",
407 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 407 "[BUILDER_CACHE]\\win_clang\\src\\tools\\determinism\\remove_build_metadat a.py",
408 "--build-dir", 408 "--build-dir",
409 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release_x64", 409 "[BUILDER_CACHE]\\win_clang\\src\\out\\Release_x64"
410 "--src-dir",
411 "[BUILDER_CACHE]\\win_clang\\src"
412 ], 410 ],
413 "cwd": "[SLAVE_BUILD]", 411 "cwd": "[SLAVE_BUILD]",
414 "name": "remove_build_metadata" 412 "name": "remove_build_metadata"
415 }, 413 },
416 { 414 {
417 "cmd": [ 415 "cmd": [
418 "python", 416 "python",
419 "-u", 417 "-u",
420 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 418 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
421 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client", 419 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "~followup_annotations": [ 488 "~followup_annotations": [
491 "@@@STEP_TEXT@CrWinClang64 tester@@@" 489 "@@@STEP_TEXT@CrWinClang64 tester@@@"
492 ] 490 ]
493 }, 491 },
494 { 492 {
495 "name": "$result", 493 "name": "$result",
496 "recipe_result": null, 494 "recipe_result": null,
497 "status_code": 0 495 "status_code": 0
498 } 496 }
499 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698