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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Mac-Clang-Arm7-Debug-Android.json

Issue 2099713002: Download the Android SDK as a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@cipd_swarm
Patch Set: Rebase Created 4 years, 5 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 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", 170 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja",
171 "most", 171 "most",
172 "-d", 172 "-d",
173 "arm_v7_neon", 173 "arm_v7_neon",
174 "--clang" 174 "--clang"
175 ], 175 ],
176 "cwd": "[CUSTOM_/_B_WORK]/skia", 176 "cwd": "[CUSTOM_/_B_WORK]/skia",
177 "env": { 177 "env": {
178 "ANDROID_HOME": "[SLAVE_BUILD]/android-sdk", 178 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
179 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", 179 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache",
180 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android-sdk", 180 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
181 "BUILDTYPE": "Debug", 181 "BUILDTYPE": "Debug",
182 "CC": "/usr/bin/clang", 182 "CC": "/usr/bin/clang",
183 "CHROME_HEADLESS": "1", 183 "CHROME_HEADLESS": "1",
184 "CXX": "/usr/bin/clang++", 184 "CXX": "/usr/bin/clang++",
185 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0", 185 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
187 "PYTHONPATH": "[BUILD]/scripts", 187 "PYTHONPATH": "[BUILD]/scripts",
188 "SKIA_ANDROID_VERBOSE_SETUP": "1", 188 "SKIA_ANDROID_VERBOSE_SETUP": "1",
189 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android " 189 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android "
190 }, 190 },
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 226 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
227 "@@@STEP_LOG_END@python.inline@@@" 227 "@@@STEP_LOG_END@python.inline@@@"
228 ] 228 ]
229 }, 229 },
230 { 230 {
231 "name": "$result", 231 "name": "$result",
232 "recipe_result": null, 232 "recipe_result": null,
233 "status_code": 0 233 "status_code": 0
234 } 234 }
235 ] 235 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698