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]/Cast_Linux", | 7 "[BUILDER_CACHE]/Cast_Linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "--src-dir", | 304 "--src-dir", |
305 "[BUILDER_CACHE]/Cast_Linux/src", | 305 "[BUILDER_CACHE]/Cast_Linux/src", |
306 "--goma-cache-dir", | 306 "--goma-cache-dir", |
307 "[GOMA_CACHE]", | 307 "[GOMA_CACHE]", |
308 "--buildbot-buildername", | 308 "--buildbot-buildername", |
309 "Cast Linux", | 309 "Cast Linux", |
310 "--buildbot-mastername", | 310 "--buildbot-mastername", |
311 "chromium.linux", | 311 "chromium.linux", |
312 "--buildbot-slavename", | 312 "--buildbot-slavename", |
313 "TestSlavename", | 313 "TestSlavename", |
314 "--goma-deps-cache-dir", | 314 "--goma-deps-cache-file", |
315 "[GOMA_DEPS_CACHE]", | 315 "Cast_Linux.gomadeps", |
316 "--build-data-dir", | 316 "--build-data-dir", |
317 "[ROOT]/build_data_dir", | 317 "[ROOT]/build_data_dir", |
318 "--compiler", | 318 "--compiler", |
319 "goma-clang", | 319 "goma-clang", |
320 "--goma-jsonstatus", | 320 "--goma-jsonstatus", |
321 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
322 "--goma-service-account-json-file", | 322 "--goma-service-account-json-file", |
323 "/creds/service_accounts/service-account-goma-client.json", | 323 "/creds/service_accounts/service-account-goma-client.json", |
324 "--goma-dir", | 324 "--goma-dir", |
325 "[CACHE]/cipd/goma", | 325 "[CACHE]/cipd/goma", |
326 "--ninja-ensure-up-to-date", | 326 "--ninja-ensure-up-to-date", |
327 "--", | 327 "--", |
328 "cast_shell" | 328 "cast_shell" |
329 ], | 329 ], |
330 "env": { | 330 "env": { |
331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
332 }, | 332 }, |
333 "name": "compile", | 333 "name": "compile", |
334 "~followup_annotations": [ | 334 "~followup_annotations": [ |
335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 336 "@@@STEP_LOG_END@json.output (invalid)@@@" |
337 ] | 337 ] |
338 }, | 338 }, |
339 { | 339 { |
340 "name": "$result", | 340 "name": "$result", |
341 "recipe_result": null, | 341 "recipe_result": null, |
342 "status_code": 0 | 342 "status_code": 0 |
343 } | 343 } |
344 ] | 344 ] |
OLD | NEW |