| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "--src-dir", | 181 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 182 "[SLAVE_BUILD]/src", |
| 183 "--goma-cache-dir", | 183 "--goma-cache-dir", |
| 184 "[GOMA_CACHE]", | 184 "[GOMA_CACHE]", |
| 185 "--build-tool", | 185 "--build-tool", |
| 186 "ninja", | 186 "ninja", |
| 187 "--compiler", | 187 "--compiler", |
| 188 "goma", | 188 "goma", |
| 189 "--goma-jsonstatus", | 189 "--goma-jsonstatus", |
| 190 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
| 191 "--goma-service-account-json-file", |
| 192 "/creds/service_accounts/service-account-goma-client.json", |
| 191 "--goma-dir", | 193 "--goma-dir", |
| 192 "[BUILD]/goma", | 194 "[BUILD]/goma", |
| 193 "--clobber", | 195 "--clobber", |
| 194 "--", | 196 "--", |
| 195 "all" | 197 "all" |
| 196 ], | 198 ], |
| 197 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
| 198 "env": { | 200 "env": { |
| 199 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 201 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 200 }, | 202 }, |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "--src-dir", | 276 "--src-dir", |
| 275 "[SLAVE_BUILD]/src", | 277 "[SLAVE_BUILD]/src", |
| 276 "--goma-cache-dir", | 278 "--goma-cache-dir", |
| 277 "[GOMA_CACHE]", | 279 "[GOMA_CACHE]", |
| 278 "--build-tool", | 280 "--build-tool", |
| 279 "ninja", | 281 "ninja", |
| 280 "--compiler", | 282 "--compiler", |
| 281 "goma", | 283 "goma", |
| 282 "--goma-jsonstatus", | 284 "--goma-jsonstatus", |
| 283 "/path/to/tmp/json", | 285 "/path/to/tmp/json", |
| 286 "--goma-service-account-json-file", |
| 287 "/creds/service_accounts/service-account-goma-client.json", |
| 284 "--goma-dir", | 288 "--goma-dir", |
| 285 "[BUILD]/goma", | 289 "[BUILD]/goma", |
| 286 "--clobber", | 290 "--clobber", |
| 287 "--", | 291 "--", |
| 288 "all" | 292 "all" |
| 289 ], | 293 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 294 "cwd": "[SLAVE_BUILD]", |
| 291 "env": { | 295 "env": { |
| 292 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 293 }, | 297 }, |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 ], | 349 ], |
| 346 "cwd": "[SLAVE_BUILD]", | 350 "cwd": "[SLAVE_BUILD]", |
| 347 "name": "compare_build_artifacts" | 351 "name": "compare_build_artifacts" |
| 348 }, | 352 }, |
| 349 { | 353 { |
| 350 "name": "$result", | 354 "name": "$result", |
| 351 "recipe_result": null, | 355 "recipe_result": null, |
| 352 "status_code": 0 | 356 "status_code": 0 |
| 353 } | 357 } |
| 354 ] | 358 ] |
| OLD | NEW |