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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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", 7 "[BUILDER_CACHE]/android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "name": "compile", 385 "name": "compile",
386 "~followup_annotations": [ 386 "~followup_annotations": [
387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 387 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
388 "@@@STEP_LOG_END@json.output (invalid)@@@" 388 "@@@STEP_LOG_END@json.output (invalid)@@@"
389 ] 389 ]
390 }, 390 },
391 { 391 {
392 "cmd": [ 392 "cmd": [
393 "python", 393 "python",
394 "-u", 394 "-u",
395 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 395 "[BUILDER_CACHE]/android/src/tools/determinism/remove_build_metadata.py",
396 "--build-dir", 396 "--build-dir",
397 "[BUILDER_CACHE]/android/src/out/Debug", 397 "[BUILDER_CACHE]/android/src/out/Debug"
398 "--src-dir",
399 "[BUILDER_CACHE]/android/src"
400 ], 398 ],
401 "cwd": "[SLAVE_BUILD]", 399 "cwd": "[SLAVE_BUILD]",
402 "name": "remove_build_metadata" 400 "name": "remove_build_metadata"
403 }, 401 },
404 { 402 {
405 "cmd": [ 403 "cmd": [
406 "python", 404 "python",
407 "-u", 405 "-u",
408 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 406 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
409 "[BUILDER_CACHE]/android/src/tools/swarming_client", 407 "[BUILDER_CACHE]/android/src/tools/swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "~followup_annotations": [ 476 "~followup_annotations": [
479 "@@@STEP_TEXT@Android Tests (dbg)@@@" 477 "@@@STEP_TEXT@Android Tests (dbg)@@@"
480 ] 478 ]
481 }, 479 },
482 { 480 {
483 "name": "$result", 481 "name": "$result",
484 "recipe_result": null, 482 "recipe_result": null,
485 "status_code": 0 483 "status_code": 0
486 } 484 }
487 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698