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]/Blimp_Linux__dbg_", | 7 "[BUILDER_CACHE]/Blimp_Linux__dbg_", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "--src-dir", | 282 "--src-dir", |
283 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", | 283 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", |
284 "--goma-cache-dir", | 284 "--goma-cache-dir", |
285 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
286 "--buildbot-buildername", | 286 "--buildbot-buildername", |
287 "Blimp Linux (dbg)", | 287 "Blimp Linux (dbg)", |
288 "--buildbot-mastername", | 288 "--buildbot-mastername", |
289 "chromium.linux", | 289 "chromium.linux", |
290 "--buildbot-slavename", | 290 "--buildbot-slavename", |
291 "TestSlavename", | 291 "TestSlavename", |
292 "--goma-deps-cache-dir", | 292 "--goma-deps-cache-file", |
293 "[GOMA_DEPS_CACHE]", | 293 "Blimp_Linux__dbg_.gomadeps", |
294 "--build-data-dir", | 294 "--build-data-dir", |
295 "[ROOT]/build_data_dir", | 295 "[ROOT]/build_data_dir", |
296 "--compiler", | 296 "--compiler", |
297 "goma", | 297 "goma", |
298 "--goma-jsonstatus", | 298 "--goma-jsonstatus", |
299 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
300 "--goma-service-account-json-file", | 300 "--goma-service-account-json-file", |
301 "/creds/service_accounts/service-account-goma-client.json", | 301 "/creds/service_accounts/service-account-goma-client.json", |
302 "--goma-dir", | 302 "--goma-dir", |
303 "[CACHE]/cipd/goma", | 303 "[CACHE]/cipd/goma", |
304 "--", | 304 "--", |
305 "All", | 305 "All", |
306 "chromium_builder_tests" | 306 "chromium_builder_tests" |
307 ], | 307 ], |
308 "env": { | 308 "env": { |
309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
310 }, | 310 }, |
311 "name": "compile", | 311 "name": "compile", |
312 "~followup_annotations": [ | 312 "~followup_annotations": [ |
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
314 "@@@STEP_LOG_END@json.output (invalid)@@@" | 314 "@@@STEP_LOG_END@json.output (invalid)@@@" |
315 ] | 315 ] |
316 }, | 316 }, |
317 { | 317 { |
318 "name": "$result", | 318 "name": "$result", |
319 "recipe_result": null, | 319 "recipe_result": null, |
320 "status_code": 0 | 320 "status_code": 0 |
321 } | 321 } |
322 ] | 322 ] |
OLD | NEW |