| 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_remote_run_Builder", | 7 "[BUILDER_CACHE]/Linux_remote_run_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "--src-dir", | 283 "--src-dir", |
| 284 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", | 284 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", |
| 285 "--goma-cache-dir", | 285 "--goma-cache-dir", |
| 286 "[GOMA_CACHE]", | 286 "[GOMA_CACHE]", |
| 287 "--buildbot-buildername", | 287 "--buildbot-buildername", |
| 288 "Linux remote_run Builder", | 288 "Linux remote_run Builder", |
| 289 "--buildbot-mastername", | 289 "--buildbot-mastername", |
| 290 "chromium.fyi", | 290 "chromium.fyi", |
| 291 "--buildbot-slavename", | 291 "--buildbot-slavename", |
| 292 "build1-a1", | 292 "build1-a1", |
| 293 "--goma-deps-cache-dir", | 293 "--goma-deps-cache-file", |
| 294 "[GOMA_DEPS_CACHE]", | 294 "Linux_remote_run_Builder.gomadeps", |
| 295 "--ninja-ensure-up-to-date", | 295 "--ninja-ensure-up-to-date", |
| 296 "--", | 296 "--", |
| 297 "base_unittests" | 297 "base_unittests" |
| 298 ], | 298 ], |
| 299 "env": { | 299 "env": { |
| 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 301 }, | 301 }, |
| 302 "name": "compile" | 302 "name": "compile" |
| 303 }, | 303 }, |
| 304 { | 304 { |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "~followup_annotations": [ | 356 "~followup_annotations": [ |
| 357 "@@@STEP_TEXT@Linux remote_run Tester@@@" | 357 "@@@STEP_TEXT@Linux remote_run Tester@@@" |
| 358 ] | 358 ] |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "name": "$result", | 361 "name": "$result", |
| 362 "recipe_result": null, | 362 "recipe_result": null, |
| 363 "status_code": 0 | 363 "status_code": 0 |
| 364 } | 364 } |
| 365 ] | 365 ] |
| OLD | NEW |