| 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 "-m", | 259 "-m", |
| 260 "chromium.testing.master", | 260 "chromium.testing.master", |
| 261 "-b", | 261 "-b", |
| 262 "android_cronet_tester", | 262 "android_cronet_tester", |
| 263 "--config-file", | 263 "--config-file", |
| 264 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 264 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 265 "--goma-dir", | 265 "--goma-dir", |
| 266 "[CACHE]/cipd/goma", | 266 "[CACHE]/cipd/goma", |
| 267 "//out/Debug" | 267 "//out/Debug" |
| 268 ], | 268 ], |
| 269 "cwd": "[SLAVE_BUILD]/src", |
| 269 "env": { | 270 "env": { |
| 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 271 }, | 272 }, |
| 272 "name": "generate_build_files" | 273 "name": "generate_build_files" |
| 273 }, | 274 }, |
| 274 { | 275 { |
| 275 "cmd": [ | 276 "cmd": [ |
| 276 "python", | 277 "python", |
| 277 "-u", | 278 "-u", |
| 278 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 279 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 702 "@@@STEP_LOG_END@python.inline@@@" | 703 "@@@STEP_LOG_END@python.inline@@@" |
| 703 ] | 704 ] |
| 704 }, | 705 }, |
| 705 { | 706 { |
| 706 "name": "$result", | 707 "name": "$result", |
| 707 "recipe_result": null, | 708 "recipe_result": null, |
| 708 "status_code": 0 | 709 "status_code": 0 |
| 709 } | 710 } |
| 710 ] | 711 ] |
| OLD | NEW |