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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/dynamic_isolated_script_test_with_args_on_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, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "name": "compile (with patch)", 454 "name": "compile (with patch)",
455 "~followup_annotations": [ 455 "~followup_annotations": [
456 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 456 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
457 "@@@STEP_LOG_END@json.output (invalid)@@@" 457 "@@@STEP_LOG_END@json.output (invalid)@@@"
458 ] 458 ]
459 }, 459 },
460 { 460 {
461 "cmd": [ 461 "cmd": [
462 "python", 462 "python",
463 "-u", 463 "-u",
464 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 464 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
465 "--build-dir", 465 "--build-dir",
466 "[BUILDER_CACHE]/linux/src/out/Release", 466 "[BUILDER_CACHE]/linux/src/out/Release"
467 "--src-dir",
468 "[BUILDER_CACHE]/linux/src"
469 ], 467 ],
470 "cwd": "[SLAVE_BUILD]", 468 "cwd": "[SLAVE_BUILD]",
471 "name": "remove_build_metadata" 469 "name": "remove_build_metadata"
472 }, 470 },
473 { 471 {
474 "cmd": [ 472 "cmd": [
475 "python", 473 "python",
476 "-u", 474 "-u",
477 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 475 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
478 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 476 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "@@@STEP_LOG_END@outdir_json@@@", 618 "@@@STEP_LOG_END@outdir_json@@@",
621 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 619 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
622 ] 620 ]
623 }, 621 },
624 { 622 {
625 "name": "$result", 623 "name": "$result",
626 "recipe_result": null, 624 "recipe_result": null,
627 "status_code": 0 625 "status_code": 0
628 } 626 }
629 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698