| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "--buildbot-slavename", | 259 "--buildbot-slavename", |
| 260 "TestSlavename", | 260 "TestSlavename", |
| 261 "--compiler", | 261 "--compiler", |
| 262 "goma", | 262 "goma", |
| 263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | 265 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", | 266 "/creds/service_accounts/service-account-goma-client.json", |
| 267 "--goma-dir", | 267 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 268 "[CACHE]/cipd/goma", |
| 269 "--ninja-ensure-up-to-date", | |
| 270 "--", | 269 "--", |
| 271 "content_shell_apk" | 270 "content_shell_apk" |
| 272 ], | 271 ], |
| 273 "env": { | 272 "env": { |
| 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 276 }, | 275 }, |
| 277 "name": "compile", | 276 "name": "compile", |
| 278 "~followup_annotations": [ | 277 "~followup_annotations": [ |
| 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 280 "@@@STEP_LOG_END@json.output (invalid)@@@" | 279 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 281 ] | 280 ] |
| 282 }, | 281 }, |
| 283 { | 282 { |
| 284 "cmd": [ | 283 "cmd": [ |
| 285 "python", | 284 "python", |
| 286 "-u", | 285 "-u", |
| 287 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", | 286 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", |
| 288 "--build-products-dir", | 287 "--build-products-dir", |
| 289 "[SLAVE_BUILD]/src/out/Release" | 288 "[SLAVE_BUILD]/src/out/Release" |
| 290 ], | 289 ], |
| 291 "name": "dartium_test" | 290 "name": "dartium_test" |
| 292 }, | 291 }, |
| 293 { | 292 { |
| 294 "name": "$result", | 293 "name": "$result", |
| 295 "recipe_result": null, | 294 "recipe_result": null, |
| 296 "status_code": 0 | 295 "status_code": 0 |
| 297 } | 296 } |
| 298 ] | 297 ] |
| OLD | NEW |