| 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]/Linux64_GCC", | 7 "[BUILDER_CACHE]/Linux64_GCC", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "--goma-deps-cache-dir", | 188 "--goma-deps-cache-dir", |
| 189 "[GOMA_DEPS_CACHE]", | 189 "[GOMA_DEPS_CACHE]", |
| 190 "--compiler", | 190 "--compiler", |
| 191 "goma", | 191 "goma", |
| 192 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 193 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 194 "--goma-service-account-json-file", | 194 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", | 195 "/creds/service_accounts/service-account-goma-client.json", |
| 196 "--goma-dir", | 196 "--goma-dir", |
| 197 "[CACHE]/cipd/goma", | 197 "[CACHE]/cipd/goma", |
| 198 "--", | 198 "--" |
| 199 "All" | |
| 200 ], | 199 ], |
| 201 "env": { | 200 "env": { |
| 202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 203 }, | 202 }, |
| 204 "name": "compile", | 203 "name": "compile", |
| 205 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 206 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 207 "@@@STEP_LOG_END@json.output (invalid)@@@" | 206 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 208 ] | 207 ] |
| 209 }, | 208 }, |
| 210 { | 209 { |
| 211 "name": "$result", | 210 "name": "$result", |
| 212 "recipe_result": null, | 211 "recipe_result": null, |
| 213 "status_code": 0 | 212 "status_code": 0 |
| 214 } | 213 } |
| 215 ] | 214 ] |
| OLD | NEW |