OLD | NEW |
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 "[CUSTOM_/_B_CACHE]", | 7 "[CUSTOM_/_B_CACHE]", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Andro
id-Trybot" | 240 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Andro
id-Trybot" |
241 }, | 241 }, |
242 "name": "build nanobench" | 242 "name": "build nanobench" |
243 }, | 243 }, |
244 { | 244 { |
245 "cmd": [ | 245 "cmd": [ |
246 "python", | 246 "python", |
247 "-u", | 247 "-u", |
248 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdi
r(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n
print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_
path)\n", | 248 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa']\n\ntry:\n os.makedirs(dst)\nexcept OSError a
s e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_
whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n
dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdi
r(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n
print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_
path)\n", |
249 "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/De
bug", | 249 "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/De
bug", |
250 "[SWARM_OUT_DIR]/out/Debug" | 250 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" |
251 ], | 251 ], |
252 "name": "copy build products", | 252 "name": "copy build products", |
253 "~followup_annotations": [ | 253 "~followup_annotations": [ |
254 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 254 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
255 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 255 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
256 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 256 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
257 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 257 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
258 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 258 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
259 "@@@STEP_LOG_LINE@python.inline@@@@", | 259 "@@@STEP_LOG_LINE@python.inline@@@@", |
260 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", | 260 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
277 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 277 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
278 "@@@STEP_LOG_END@python.inline@@@" | 278 "@@@STEP_LOG_END@python.inline@@@" |
279 ] | 279 ] |
280 }, | 280 }, |
281 { | 281 { |
282 "name": "$result", | 282 "name": "$result", |
283 "recipe_result": null, | 283 "recipe_result": null, |
284 "status_code": 0 | 284 "status_code": 0 |
285 } | 285 } |
286 ] | 286 ] |
OLD | NEW |