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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mojo_ChromiumOS.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]/Mojo_ChromiumOS", 7 "[BUILDER_CACHE]/Mojo_ChromiumOS",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "name": "compile", 348 "name": "compile",
349 "~followup_annotations": [ 349 "~followup_annotations": [
350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
351 "@@@STEP_LOG_END@json.output (invalid)@@@" 351 "@@@STEP_LOG_END@json.output (invalid)@@@"
352 ] 352 ]
353 }, 353 },
354 { 354 {
355 "cmd": [ 355 "cmd": [
356 "python", 356 "python",
357 "-u", 357 "-u",
358 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 358 "[BUILDER_CACHE]/Mojo_ChromiumOS/src/tools/determinism/remove_build_metada ta.py",
359 "--build-dir", 359 "--build-dir",
360 "[BUILDER_CACHE]/Mojo_ChromiumOS/src/out/Release", 360 "[BUILDER_CACHE]/Mojo_ChromiumOS/src/out/Release"
361 "--src-dir",
362 "[BUILDER_CACHE]/Mojo_ChromiumOS/src"
363 ], 361 ],
364 "cwd": "[SLAVE_BUILD]", 362 "cwd": "[SLAVE_BUILD]",
365 "name": "remove_build_metadata" 363 "name": "remove_build_metadata"
366 }, 364 },
367 { 365 {
368 "cmd": [ 366 "cmd": [
369 "python", 367 "python",
370 "-u", 368 "-u",
371 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 369 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
372 "[BUILDER_CACHE]/Mojo_ChromiumOS/src/tools/swarming_client", 370 "[BUILDER_CACHE]/Mojo_ChromiumOS/src/tools/swarming_client",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 447 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
450 "@@@STEP_LOG_END@python.inline@@@" 448 "@@@STEP_LOG_END@python.inline@@@"
451 ] 449 ]
452 }, 450 },
453 { 451 {
454 "name": "$result", 452 "name": "$result",
455 "recipe_result": null, 453 "recipe_result": null,
456 "status_code": 0 454 "status_code": 0
457 } 455 }
458 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698