| 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]/Android_Cronet_Builder", | 7 "[BUILDER_CACHE]/Android_Cronet_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 "--build-data-dir", | 328 "--build-data-dir", |
| 329 "[ROOT]/build_data_dir", | 329 "[ROOT]/build_data_dir", |
| 330 "--compiler", | 330 "--compiler", |
| 331 "goma", | 331 "goma", |
| 332 "--goma-jsonstatus", | 332 "--goma-jsonstatus", |
| 333 "/path/to/tmp/json", | 333 "/path/to/tmp/json", |
| 334 "--goma-service-account-json-file", | 334 "--goma-service-account-json-file", |
| 335 "/creds/service_accounts/service-account-goma-client.json", | 335 "/creds/service_accounts/service-account-goma-client.json", |
| 336 "--goma-dir", | 336 "--goma-dir", |
| 337 "[CACHE]/cipd/goma", | 337 "[CACHE]/cipd/goma", |
| 338 "--ninja-ensure-up-to-date", |
| 338 "--" | 339 "--" |
| 339 ], | 340 ], |
| 340 "env": { | 341 "env": { |
| 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 342 "PATH": "[BUILDER_CACHE]/Android_Cronet_Builder/src/third_party/android_to
ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Cronet_Builder/src/build/android:
%(PATH)s" | 343 "PATH": "[BUILDER_CACHE]/Android_Cronet_Builder/src/third_party/android_to
ols/sdk/platform-tools:[BUILDER_CACHE]/Android_Cronet_Builder/src/build/android:
%(PATH)s" |
| 343 }, | 344 }, |
| 344 "name": "compile", | 345 "name": "compile", |
| 345 "~followup_annotations": [ | 346 "~followup_annotations": [ |
| 346 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 347 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 347 "@@@STEP_LOG_END@json.output (invalid)@@@" | 348 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Cronet B
uilder\", \"buildnumber\": 571, \"mastername\": \"chromium.android\", \"parent_b
uildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 375 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Cronet B
uilder\", \"buildnumber\": 571, \"mastername\": \"chromium.android\", \"parent_b
uildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"sl
avename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 375 ], | 376 ], |
| 376 "name": "package build" | 377 "name": "package build" |
| 377 }, | 378 }, |
| 378 { | 379 { |
| 379 "name": "$result", | 380 "name": "$result", |
| 380 "recipe_result": null, | 381 "recipe_result": null, |
| 381 "status_code": 0 | 382 "status_code": 0 |
| 382 } | 383 } |
| 383 ] | 384 ] |
| OLD | NEW |