| 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 10 matching lines...) Expand all Loading... |
| 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
| 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
| 23 "@@@STEP_LOG_END@python.inline@@@" | 23 "@@@STEP_LOG_END@python.inline@@@" |
| 24 ] | 24 ] |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "cmd": [ | 27 "cmd": [ |
| 28 "python", | 28 "python", |
| 29 "-u", | 29 "-u", |
| 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 30 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 31 "--master", | |
| 32 "chromium.swarm", | |
| 33 "--builder", | |
| 34 "Android deterministic", | |
| 35 "--slave", | |
| 36 "TestSlavename", | |
| 37 "--spec", | 31 "--spec", |
| 38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]\n
target_os = ['android']", | 32 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]\n
target_os = ['android']", |
| 39 "--root", | 33 "--root", |
| 40 "src", | 34 "src", |
| 41 "--revision_mapping_file", | 35 "--revision_mapping_file", |
| 42 "{}", | 36 "{}", |
| 43 "--git-cache-dir", | 37 "--git-cache-dir", |
| 44 "[GIT_CACHE]", | 38 "[GIT_CACHE]", |
| 45 "--output_json", | 39 "--output_json", |
| 46 "/path/to/tmp/json", | 40 "/path/to/tmp/json", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 ], | 270 ], |
| 277 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
| 278 "name": "compare_build_artifacts" | 272 "name": "compare_build_artifacts" |
| 279 }, | 273 }, |
| 280 { | 274 { |
| 281 "name": "$result", | 275 "name": "$result", |
| 282 "recipe_result": null, | 276 "recipe_result": null, |
| 283 "status_code": 0 | 277 "status_code": 0 |
| 284 } | 278 } |
| 285 ] | 279 ] |
| OLD | NEW |