| 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]/ChromiumOS_x86_generic_Compile", | 7 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "--goma-service-account-json-file", | 321 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 322 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 323 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 324 "[CACHE]/cipd/goma", |
| 325 "--ninja-ensure-up-to-date", | 325 "--ninja-ensure-up-to-date", |
| 326 "--cros-board", | 326 "--cros-board", |
| 327 "x86-generic", | 327 "x86-generic", |
| 328 "--", | 328 "--", |
| 329 "chromiumos_preflight" | 329 "chromiumos_preflight" |
| 330 ], | 330 ], |
| 331 "cwd": "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src", |
| 331 "env": { | 332 "env": { |
| 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 333 }, | 334 }, |
| 334 "name": "compile", | 335 "name": "compile", |
| 335 "~followup_annotations": [ | 336 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 337 "@@@STEP_LOG_END@json.output (invalid)@@@" | 338 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 338 ] | 339 ] |
| 339 }, | 340 }, |
| 340 { | 341 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 366 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g
eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\",
\"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}" | 367 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g
eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\",
\"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom
ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla
vename\"}" |
| 367 ], | 368 ], |
| 368 "name": "package build" | 369 "name": "package build" |
| 369 }, | 370 }, |
| 370 { | 371 { |
| 371 "name": "$result", | 372 "name": "$result", |
| 372 "recipe_result": null, | 373 "recipe_result": null, |
| 373 "status_code": 0 | 374 "status_code": 0 |
| 374 } | 375 } |
| 375 ] | 376 ] |
| OLD | NEW |