| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "--gsutil-py-path", | 187 "--gsutil-py-path", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 188 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 189 "--ninja-path", | 189 "--ninja-path", |
| 190 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 190 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 191 "--target", | 191 "--target", |
| 192 "Release", | 192 "Release", |
| 193 "--src-dir", | 193 "--src-dir", |
| 194 "[SLAVE_BUILD]/src", | 194 "[SLAVE_BUILD]/src", |
| 195 "--goma-cache-dir", | 195 "--goma-cache-dir", |
| 196 "[GOMA_CACHE]", | 196 "[GOMA_CACHE]", |
| 197 "--buildbot-buildername", | |
| 198 "dartium-builder", | |
| 199 "--buildbot-mastername", | |
| 200 "chromium.testing.master", | |
| 201 "--buildbot-slavename", | |
| 202 "TestSlavename", | |
| 203 "--compiler", | 197 "--compiler", |
| 204 "goma", | 198 "goma", |
| 205 "--goma-jsonstatus", | 199 "--goma-jsonstatus", |
| 206 "/path/to/tmp/json", | 200 "/path/to/tmp/json", |
| 207 "--goma-service-account-json-file", | 201 "--goma-service-account-json-file", |
| 208 "/creds/service_accounts/service-account-goma-client.json", | 202 "/creds/service_accounts/service-account-goma-client.json", |
| 209 "--goma-dir", | 203 "--goma-dir", |
| 210 "[BUILD]/goma", | 204 "[BUILD]/goma", |
| 211 "--", | 205 "--", |
| 212 "content_shell_apk" | 206 "content_shell_apk" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 230 "[SLAVE_BUILD]/src/out/Release" | 224 "[SLAVE_BUILD]/src/out/Release" |
| 231 ], | 225 ], |
| 232 "name": "dartium_test" | 226 "name": "dartium_test" |
| 233 }, | 227 }, |
| 234 { | 228 { |
| 235 "name": "$result", | 229 "name": "$result", |
| 236 "recipe_result": null, | 230 "recipe_result": null, |
| 237 "status_code": 0 | 231 "status_code": 0 |
| 238 } | 232 } |
| 239 ] | 233 ] |
| OLD | NEW |