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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.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/Release", 397 "[BUILDER_CACHE]/android/src/out/Release"
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 511 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
514 "@@@STEP_LOG_END@python.inline@@@" 512 "@@@STEP_LOG_END@python.inline@@@"
515 ] 513 ]
516 }, 514 },
517 { 515 {
518 "name": "$result", 516 "name": "$result",
519 "recipe_result": null, 517 "recipe_result": null,
520 "status_code": 0 518 "status_code": 0
521 } 519 }
522 ] 520 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698