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