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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "name": "compile", 402 "name": "compile",
403 "~followup_annotations": [ 403 "~followup_annotations": [
404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 404 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
405 "@@@STEP_LOG_END@json.output (invalid)@@@" 405 "@@@STEP_LOG_END@json.output (invalid)@@@"
406 ] 406 ]
407 }, 407 },
408 { 408 {
409 "cmd": [ 409 "cmd": [
410 "python", 410 "python",
411 "-u", 411 "-u",
412 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 412 "[BUILDER_CACHE]/linux/src/tools/determinism/remove_build_metadata.py",
413 "--build-dir", 413 "--build-dir",
414 "[BUILDER_CACHE]/linux/src/out/Release", 414 "[BUILDER_CACHE]/linux/src/out/Release"
415 "--src-dir",
416 "[BUILDER_CACHE]/linux/src"
417 ], 415 ],
418 "cwd": "[SLAVE_BUILD]", 416 "cwd": "[SLAVE_BUILD]",
419 "name": "remove_build_metadata" 417 "name": "remove_build_metadata"
420 }, 418 },
421 { 419 {
422 "cmd": [ 420 "cmd": [
423 "python", 421 "python",
424 "-u", 422 "-u",
425 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 423 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
426 "[BUILDER_CACHE]/linux/src/tools/swarming_client", 424 "[BUILDER_CACHE]/linux/src/tools/swarming_client",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "~followup_annotations": [ 588 "~followup_annotations": [
591 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release ( New Intel)<br />Optional Linux Release (NVIDIA)@@@" 589 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release ( New Intel)<br />Optional Linux Release (NVIDIA)@@@"
592 ] 590 ]
593 }, 591 },
594 { 592 {
595 "name": "$result", 593 "name": "$result",
596 "recipe_result": null, 594 "recipe_result": null,
597 "status_code": 0 595 "status_code": 0
598 } 596 }
599 ] 597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698