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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_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]/android_compile_mips_dbg", 7 "[BUILDER_CACHE]/android_compile_mips_dbg",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
182 "runhooks" 182 "runhooks"
183 ], 183 ],
184 "cwd": "[BUILDER_CACHE]/android_compile_mips_dbg/src", 184 "cwd": "[BUILDER_CACHE]/android_compile_mips_dbg/src",
185 "env": { 185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
187 "GYP_CHROMIUM_NO_ACTION": "1",
187 "GYP_CROSSCOMPILE": "1", 188 "GYP_CROSSCOMPILE": "1",
188 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1", 189 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=mipsel use_goma=1",
189 "PATH": "[BUILDER_CACHE]/android_compile_mips_dbg/src/third_party/android_ tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_mips_dbg/src/build/andr oid:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 190 "PATH": "[BUILDER_CACHE]/android_compile_mips_dbg/src/third_party/android_ tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_mips_dbg/src/build/andr oid:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
190 }, 191 },
191 "name": "gclient runhooks" 192 "name": "gclient runhooks"
192 }, 193 },
193 { 194 {
195 "cmd": [
196 "python",
197 "-u",
198 "[BUILDER_CACHE]/android_compile_mips_dbg/src/tools/mb/mb.py",
199 "gen",
200 "-m",
201 "tryserver.webrtc",
202 "-b",
203 "android_compile_mips_dbg",
204 "--config-file",
205 "[BUILDER_CACHE]/android_compile_mips_dbg/src/webrtc/build/mb_config.pyl",
206 "--goma-dir",
207 "[CACHE]/cipd/goma",
208 "--gyp-script=[BUILDER_CACHE]/android_compile_mips_dbg/src/webrtc/build/gy p_webrtc.py",
209 "//out/Debug"
210 ],
211 "cwd": "[BUILDER_CACHE]/android_compile_mips_dbg/src",
212 "env": {
213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
214 },
215 "name": "generate_build_files"
216 },
217 {
194 "allow_subannotations": true, 218 "allow_subannotations": true,
195 "cmd": [ 219 "cmd": [
196 "python", 220 "python",
197 "-u", 221 "-u",
198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
199 "--src-dir", 223 "--src-dir",
200 "[BUILDER_CACHE]/android_compile_mips_dbg/src", 224 "[BUILDER_CACHE]/android_compile_mips_dbg/src",
201 "--output-json", 225 "--output-json",
202 "/path/to/tmp/json" 226 "/path/to/tmp/json"
203 ], 227 ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
255 "@@@STEP_LOG_END@json.output (invalid)@@@" 279 "@@@STEP_LOG_END@json.output (invalid)@@@"
256 ] 280 ]
257 }, 281 },
258 { 282 {
259 "name": "$result", 283 "name": "$result",
260 "recipe_result": null, 284 "recipe_result": null,
261 "status_code": 0 285 "status_code": 0
262 } 286 }
263 ] 287 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698