| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "--compiler", | 314 "--compiler", |
| 315 "goma", | 315 "goma", |
| 316 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 317 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 318 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
| 319 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
| 320 "--goma-dir", | 320 "--goma-dir", |
| 321 "[CACHE]/cipd/goma", | 321 "[CACHE]/cipd/goma", |
| 322 "--", | 322 "--", |
| 323 "browser_tests", | 323 "browser_tests", |
| 324 "capture_unittests", |
| 324 "content_browsertests", | 325 "content_browsertests", |
| 325 "content_unittests", | 326 "content_unittests", |
| 326 "media_unittests", | 327 "media_unittests", |
| 327 "remoting_unittests" | 328 "remoting_unittests" |
| 328 ], | 329 ], |
| 329 "env": { | 330 "env": { |
| 330 "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" |
| 331 }, | 332 }, |
| 332 "name": "compile", | 333 "name": "compile", |
| 333 "~followup_annotations": [ | 334 "~followup_annotations": [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 395 "@@@STEP_TEXT@Linux Tester@@@" | 396 "@@@STEP_TEXT@Linux Tester@@@" |
| 396 ] | 397 ] |
| 397 }, | 398 }, |
| 398 { | 399 { |
| 399 "name": "$result", | 400 "name": "$result", |
| 400 "recipe_result": null, | 401 "recipe_result": null, |
| 401 "status_code": 0 | 402 "status_code": 0 |
| 402 } | 403 } |
| 403 ] | 404 ] |
| OLD | NEW |