| 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]/Linux_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "--compiler", | 308 "--compiler", |
| 309 "goma", | 309 "goma", |
| 310 "--goma-jsonstatus", | 310 "--goma-jsonstatus", |
| 311 "/path/to/tmp/json", | 311 "/path/to/tmp/json", |
| 312 "--goma-service-account-json-file", | 312 "--goma-service-account-json-file", |
| 313 "/creds/service_accounts/service-account-goma-client.json", | 313 "/creds/service_accounts/service-account-goma-client.json", |
| 314 "--goma-dir", | 314 "--goma-dir", |
| 315 "[CACHE]/cipd/goma", | 315 "[CACHE]/cipd/goma", |
| 316 "--", | 316 "--", |
| 317 "browser_tests", | 317 "browser_tests", |
| 318 "capture_unittests", |
| 318 "content_browsertests", | 319 "content_browsertests", |
| 319 "content_unittests", | 320 "content_unittests", |
| 320 "media_unittests", | 321 "media_unittests", |
| 321 "remoting_unittests" | 322 "remoting_unittests" |
| 322 ], | 323 ], |
| 323 "env": { | 324 "env": { |
| 324 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 325 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 325 }, | 326 }, |
| 326 "name": "compile", | 327 "name": "compile", |
| 327 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 "~followup_annotations": [ | 389 "~followup_annotations": [ |
| 389 "@@@STEP_TEXT@Linux Tester@@@" | 390 "@@@STEP_TEXT@Linux Tester@@@" |
| 390 ] | 391 ] |
| 391 }, | 392 }, |
| 392 { | 393 { |
| 393 "name": "$result", | 394 "name": "$result", |
| 394 "recipe_result": null, | 395 "recipe_result": null, |
| 395 "status_code": 0 | 396 "status_code": 0 |
| 396 } | 397 } |
| 397 ] | 398 ] |
| OLD | NEW |