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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_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 "\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]/Android_N5X_Swarm_Builder", 7 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...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]/Android_N5X_Swarm_Builder/src/tools/determinism/remove_bu ild_metadata.py",
395 "--build-dir", 395 "--build-dir",
396 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/out/Release", 396 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/out/Release"
397 "--src-dir",
398 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/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]/Android_N5X_Swarm_Builder/src/tools/swarming_client", 406 "[BUILDER_CACHE]/Android_N5X_Swarm_Builder/src/tools/swarming_client",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 510 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
513 "@@@STEP_LOG_END@python.inline@@@" 511 "@@@STEP_LOG_END@python.inline@@@"
514 ] 512 ]
515 }, 513 },
516 { 514 {
517 "name": "$result", 515 "name": "$result",
518 "recipe_result": null, 516 "recipe_result": null,
519 "status_code": 0 517 "status_code": 0
520 } 518 }
521 ] 519 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698