| 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]/LTO_Linux", | 7 "[BUILDER_CACHE]/LTO_Linux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "--src-dir", | 300 "--src-dir", |
| 301 "[BUILDER_CACHE]/LTO_Linux/src", | 301 "[BUILDER_CACHE]/LTO_Linux/src", |
| 302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
| 303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
| 304 "--buildbot-buildername", | 304 "--buildbot-buildername", |
| 305 "LTO Linux", | 305 "LTO Linux", |
| 306 "--buildbot-mastername", | 306 "--buildbot-mastername", |
| 307 "chromium.fyi", | 307 "chromium.fyi", |
| 308 "--buildbot-slavename", | 308 "--buildbot-slavename", |
| 309 "TestSlavename", | 309 "TestSlavename", |
| 310 "--goma-deps-cache-dir", | 310 "--goma-deps-cache-file", |
| 311 "[GOMA_DEPS_CACHE]", | 311 "LTO_Linux.gomadeps", |
| 312 "--build-data-dir", | 312 "--build-data-dir", |
| 313 "[ROOT]/build_data_dir", | 313 "[ROOT]/build_data_dir", |
| 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 "--mode", | 320 "--mode", |
| 321 "official", | 321 "official", |
| 322 "--goma-dir", | 322 "--goma-dir", |
| 323 "[CACHE]/cipd/goma", | 323 "[CACHE]/cipd/goma", |
| 324 "--" | 324 "--" |
| 325 ], | 325 ], |
| 326 "env": { | 326 "env": { |
| 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 328 }, | 328 }, |
| 329 "name": "compile", | 329 "name": "compile", |
| 330 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 332 "@@@STEP_LOG_END@json.output (invalid)@@@" | 332 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 333 ] | 333 ] |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 "name": "$result", | 336 "name": "$result", |
| 337 "recipe_result": null, | 337 "recipe_result": null, |
| 338 "status_code": 0 | 338 "status_code": 0 |
| 339 } | 339 } |
| 340 ] | 340 ] |
| OLD | NEW |