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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn__dbg_.json

Issue 2232763002: WebRTC: Enable MB for Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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]/Android32_GN__dbg_", 7 "[BUILDER_CACHE]/Android32_GN__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "GYP_CROSSCOMPILE": "1", 182 "GYP_CROSSCOMPILE": "1",
183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1", 183 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
184 "PATH": "[BUILDER_CACHE]/Android32_GN__dbg_/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/Android32_GN__dbg_/src/build/android:%(PATH)s :RECIPE_PACKAGE_REPO[depot_tools]" 184 "PATH": "[BUILDER_CACHE]/Android32_GN__dbg_/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/Android32_GN__dbg_/src/build/android:%(PATH)s :RECIPE_PACKAGE_REPO[depot_tools]"
185 }, 185 },
186 "name": "gclient runhooks" 186 "name": "gclient runhooks"
187 }, 187 },
188 { 188 {
189 "cmd": [ 189 "cmd": [
190 "python", 190 "python",
191 "-u", 191 "-u",
192 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 192 "[BUILDER_CACHE]/Android32_GN__dbg_/src/tools/mb/mb.py",
193 "--root=[BUILDER_CACHE]/Android32_GN__dbg_/src",
194 "gen", 193 "gen",
195 "//out/Debug", 194 "-m",
196 "--args=is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma=tr ue goma_dir=\"[CACHE]/cipd/goma\"" 195 "client.webrtc",
196 "-b",
197 "Android32 GN (dbg)",
198 "--config-file",
199 "[BUILDER_CACHE]/Android32_GN__dbg_/src/webrtc/build/mb_config.pyl",
200 "--goma-dir",
201 "[CACHE]/cipd/goma",
202 "--gyp-script=[BUILDER_CACHE]/Android32_GN__dbg_/src/webrtc/build/gyp_webr tc.py",
203 "//out/Debug"
197 ], 204 ],
198 "name": "gn" 205 "cwd": "[BUILDER_CACHE]/Android32_GN__dbg_/src",
206 "env": {
207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
208 },
209 "name": "generate_build_files"
199 }, 210 },
200 { 211 {
201 "cmd": [ 212 "cmd": [
202 "python", 213 "python",
203 "-u", 214 "-u",
204 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
205 "--show-path", 216 "--show-path",
206 "python", 217 "python",
207 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
208 "--gsutil-py-path", 219 "--gsutil-py-path",
(...skipping 28 matching lines...) Expand all
237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
238 "@@@STEP_LOG_END@json.output (invalid)@@@" 249 "@@@STEP_LOG_END@json.output (invalid)@@@"
239 ] 250 ]
240 }, 251 },
241 { 252 {
242 "name": "$result", 253 "name": "$result",
243 "recipe_result": null, 254 "recipe_result": null,
244 "status_code": 0 255 "status_code": 0
245 } 256 }
246 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698