| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", | 270 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", | 271 "/creds/service_accounts/service-account-goma-client.json", |
| 272 "--goma-dir", | 272 "--goma-dir", |
| 273 "[CACHE]/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 274 "--", | 274 "--", |
| 275 "cronet_package", | 275 "cronet_package", |
| 276 "cronet_perf_test_apk", |
| 276 "cronet_sample_test_apk", | 277 "cronet_sample_test_apk", |
| 277 "cronet_test_instrumentation_apk", | 278 "cronet_test_instrumentation_apk", |
| 278 "cronet_unittests", | 279 "cronet_unittests", |
| 279 "cronet_unittests_apk", | 280 "cronet_unittests_apk", |
| 280 "net_unittests", | 281 "net_unittests", |
| 281 "net_unittests_apk" | 282 "net_unittests_apk" |
| 282 ], | 283 ], |
| 283 "env": { | 284 "env": { |
| 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 716 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 716 "@@@STEP_LOG_END@python.inline@@@" | 717 "@@@STEP_LOG_END@python.inline@@@" |
| 717 ] | 718 ] |
| 718 }, | 719 }, |
| 719 { | 720 { |
| 720 "name": "$result", | 721 "name": "$result", |
| 721 "recipe_result": null, | 722 "recipe_result": null, |
| 722 "status_code": 0 | 723 "status_code": 0 |
| 723 } | 724 } |
| 724 ] | 725 ] |
| OLD | NEW |