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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux_slimming_paint_v2_Dummy_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]/WebKit_Linux_slimming_paint_v2_Dummy_Builder", 7 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "name": "compile", 349 "name": "compile",
350 "~followup_annotations": [ 350 "~followup_annotations": [
351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
352 "@@@STEP_LOG_END@json.output (invalid)@@@" 352 "@@@STEP_LOG_END@json.output (invalid)@@@"
353 ] 353 ]
354 }, 354 },
355 { 355 {
356 "cmd": [ 356 "cmd": [
357 "python", 357 "python",
358 "-u", 358 "-u",
359 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 359 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src/tools/de terminism/remove_build_metadata.py",
360 "--build-dir", 360 "--build-dir",
361 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src/out/Rele ase", 361 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src/out/Rele ase"
362 "--src-dir",
363 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src"
364 ], 362 ],
365 "cwd": "[SLAVE_BUILD]", 363 "cwd": "[SLAVE_BUILD]",
366 "name": "remove_build_metadata" 364 "name": "remove_build_metadata"
367 }, 365 },
368 { 366 {
369 "cmd": [ 367 "cmd": [
370 "python", 368 "python",
371 "-u", 369 "-u",
372 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 370 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
373 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src/tools/sw arming_client", 371 "[BUILDER_CACHE]/WebKit_Linux_slimming_paint_v2_Dummy_Builder/src/tools/sw arming_client",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 521 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
524 "@@@STEP_LOG_END@python.inline@@@" 522 "@@@STEP_LOG_END@python.inline@@@"
525 ] 523 ]
526 }, 524 },
527 { 525 {
528 "name": "$result", 526 "name": "$result",
529 "recipe_result": null, 527 "recipe_result": null,
530 "status_code": 0 528 "status_code": 0
531 } 529 }
532 ] 530 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698