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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "name": "compile", 371 "name": "compile",
372 "~followup_annotations": [ 372 "~followup_annotations": [
373 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 373 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
374 "@@@STEP_LOG_END@json.output (invalid)@@@" 374 "@@@STEP_LOG_END@json.output (invalid)@@@"
375 ] 375 ]
376 }, 376 },
377 { 377 {
378 "cmd": [ 378 "cmd": [
379 "python", 379 "python",
380 "-u", 380 "-u",
381 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 381 "[BUILDER_CACHE]\\win\\src\\tools\\determinism\\remove_build_metadata.py",
382 "--build-dir", 382 "--build-dir",
383 "[BUILDER_CACHE]\\win\\src\\out\\Release", 383 "[BUILDER_CACHE]\\win\\src\\out\\Release"
384 "--src-dir",
385 "[BUILDER_CACHE]\\win\\src"
386 ], 384 ],
387 "cwd": "[SLAVE_BUILD]", 385 "cwd": "[SLAVE_BUILD]",
388 "name": "remove_build_metadata" 386 "name": "remove_build_metadata"
389 }, 387 },
390 { 388 {
391 "cmd": [ 389 "cmd": [
392 "python", 390 "python",
393 "-u", 391 "-u",
394 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 392 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
395 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client", 393 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "~followup_annotations": [ 464 "~followup_annotations": [
467 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 465 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
468 ] 466 ]
469 }, 467 },
470 { 468 {
471 "name": "$result", 469 "name": "$result",
472 "recipe_result": null, 470 "recipe_result": null,
473 "status_code": 0 471 "status_code": 0
474 } 472 }
475 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698