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 "[BUILDER_CACHE]/android_clang_dbg", | 7 "[BUILDER_CACHE]/android_clang_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 Loading... |
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_clang_dbg/src", | 184 "cwd": "[BUILDER_CACHE]/android_clang_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=arm 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=arm use_goma=1", |
189 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s:R
ECIPE_PACKAGE_REPO[depot_tools]" | 190 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s:R
ECIPE_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_clang_dbg/src/tools/mb/mb.py", |
| 199 "gen", |
| 200 "-m", |
| 201 "tryserver.webrtc", |
| 202 "-b", |
| 203 "android_clang_dbg", |
| 204 "--config-file", |
| 205 "[BUILDER_CACHE]/android_clang_dbg/src/webrtc/build/mb_config.pyl", |
| 206 "--goma-dir", |
| 207 "[CACHE]/cipd/goma", |
| 208 "--gyp-script=[BUILDER_CACHE]/android_clang_dbg/src/webrtc/build/gyp_webrt
c.py", |
| 209 "//out/Debug" |
| 210 ], |
| 211 "cwd": "[BUILDER_CACHE]/android_clang_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_clang_dbg/src", | 224 "[BUILDER_CACHE]/android_clang_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 Loading... |
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 ] |
OLD | NEW |