| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "--ninja-path", | 279 "--ninja-path", |
| 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 281 "--target", | 281 "--target", |
| 282 "Debug", | 282 "Debug", |
| 283 "--src-dir", | 283 "--src-dir", |
| 284 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", | 284 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src", |
| 285 "--goma-cache-dir", | 285 "--goma-cache-dir", |
| 286 "[GOMA_CACHE]", | 286 "[GOMA_CACHE]", |
| 287 "--goma-deps-cache-dir", | 287 "--goma-deps-cache-dir", |
| 288 "[GOMA_DEPS_CACHE]", | 288 "[GOMA_DEPS_CACHE]", |
| 289 "--build-tool", | |
| 290 "ninja", | |
| 291 "--build-data-dir", | 289 "--build-data-dir", |
| 292 "[ROOT]/build_data_dir", | 290 "[ROOT]/build_data_dir", |
| 293 "--compiler", | 291 "--compiler", |
| 294 "goma", | 292 "goma", |
| 295 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
| 296 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
| 297 "--goma-service-account-json-file", | 295 "--goma-service-account-json-file", |
| 298 "/creds/service_accounts/service-account-goma-client.json", | 296 "/creds/service_accounts/service-account-goma-client.json", |
| 299 "--goma-dir", | 297 "--goma-dir", |
| 300 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
| 301 "--", | 299 "--", |
| 302 "All", | 300 "All", |
| 303 "chromium_builder_tests" | 301 "chromium_builder_tests" |
| 304 ], | 302 ], |
| 305 "env": { | 303 "env": { |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 307 }, | 305 }, |
| 308 "name": "compile", | 306 "name": "compile", |
| 309 "~followup_annotations": [ | 307 "~followup_annotations": [ |
| 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 311 "@@@STEP_LOG_END@json.output (invalid)@@@" | 309 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 312 ] | 310 ] |
| 313 }, | 311 }, |
| 314 { | 312 { |
| 315 "name": "$result", | 313 "name": "$result", |
| 316 "recipe_result": null, | 314 "recipe_result": null, |
| 317 "status_code": 0 | 315 "status_code": 0 |
| 318 } | 316 } |
| 319 ] | 317 ] |
| OLD | NEW |