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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-x86_64-Release-V
algrind" | 130 "SKIA_OUT": "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-x86_64-Release-V
algrind" |
131 }, | 131 }, |
132 "name": "build most" | 132 "name": "build most" |
133 }, | 133 }, |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "python", | 136 "python", |
137 "-u", | 137 "-u", |
138 "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", | 138 "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", |
139 "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Valgrind/Rele
ase", | 139 "[CUSTOM_/_B_CACHE]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Valgrind/Rele
ase", |
140 "[SWARM_OUT_DIR]/out/Release" | 140 "[CUSTOM_[SWARM_OUT_DIR]]/out/Release" |
141 ], | 141 ], |
142 "name": "copy build products", | 142 "name": "copy build products", |
143 "~followup_annotations": [ | 143 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 144 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
145 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 145 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
146 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 146 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
147 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 147 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
148 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 148 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
149 "@@@STEP_LOG_LINE@python.inline@@@@", | 149 "@@@STEP_LOG_LINE@python.inline@@@@", |
150 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", | 150 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
167 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 167 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
168 "@@@STEP_LOG_END@python.inline@@@" | 168 "@@@STEP_LOG_END@python.inline@@@" |
169 ] | 169 ] |
170 }, | 170 }, |
171 { | 171 { |
172 "name": "$result", | 172 "name": "$result", |
173 "recipe_result": null, | 173 "recipe_result": null, |
174 "status_code": 0 | 174 "status_code": 0 |
175 } | 175 } |
176 ] | 176 ] |
OLD | NEW |