| 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]/Chromium_Linux_Goma_Canary", | 7 "[BUILDER_CACHE]/Chromium_Linux_Goma_Canary", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "--compiler", | 291 "--compiler", |
| 292 "goma", | 292 "goma", |
| 293 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
| 294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
| 295 "--goma-service-account-json-file", | 295 "--goma-service-account-json-file", |
| 296 "/creds/service_accounts/service-account-goma-client.json", | 296 "/creds/service_accounts/service-account-goma-client.json", |
| 297 "--goma-dir", | 297 "--goma-dir", |
| 298 "[CACHE]/cipd/goma", | 298 "[CACHE]/cipd/goma", |
| 299 "--goma-hermetic", | 299 "--goma-hermetic", |
| 300 "error", | 300 "error", |
| 301 "--goma-enable-compiler-info-cache", | |
| 302 "--", | 301 "--", |
| 303 "base_unittests", | 302 "base_unittests", |
| 304 "chromium_builder_tests", | 303 "chromium_builder_tests", |
| 305 "content_unittests" | 304 "content_unittests" |
| 306 ], | 305 ], |
| 307 "env": { | 306 "env": { |
| 308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 309 }, | 308 }, |
| 310 "name": "compile", | 309 "name": "compile", |
| 311 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 371 }, | 370 }, |
| 372 "name": "content_unittests" | 371 "name": "content_unittests" |
| 373 }, | 372 }, |
| 374 { | 373 { |
| 375 "name": "$result", | 374 "name": "$result", |
| 376 "recipe_result": null, | 375 "recipe_result": null, |
| 377 "status_code": 0 | 376 "status_code": 0 |
| 378 } | 377 } |
| 379 ] | 378 ] |
| OLD | NEW |