| 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", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
| 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", | |
| 31 "--master", | |
| 32 "chromium.testing.master", | |
| 33 "--builder", | |
| 34 "local_test", | |
| 35 "--slave", | |
| 36 "TestSlavename", | |
| 37 "--spec", | |
| 38 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg
et_os = ['android']", | |
| 39 "--root", | |
| 40 "src", | |
| 41 "--revision_mapping_file", | |
| 42 "{}", | |
| 43 "--git-cache-dir", | |
| 44 "[GIT_CACHE]", | |
| 45 "--output_json", | |
| 46 "/path/to/tmp/json", | |
| 47 "--revision", | |
| 48 "src@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | |
| 49 "--output_manifest" | |
| 50 ], | |
| 51 "cwd": "[SLAVE_BUILD]", | |
| 52 "env": { | |
| 53 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | |
| 54 }, | |
| 55 "name": "bot_update", | |
| 56 "~followup_annotations": [ | |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | |
| 59 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | |
| 60 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 61 "@@@STEP_LOG_END@json.output@@@" | |
| 62 ] | |
| 63 }, | |
| 64 { | |
| 65 "cmd": [ | |
| 66 "python", | |
| 67 "-u", | |
| 68 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 30 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 69 "config", | 31 "config", |
| 70 "--spec", | 32 "--spec", |
| 71 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg
et_os = ['android']" | 33 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src'}]\ntarg
et_os = ['android']" |
| 72 ], | 34 ], |
| 73 "cwd": "[SLAVE_BUILD]", | 35 "cwd": "[SLAVE_BUILD]", |
| 74 "env": { | 36 "env": { |
| 75 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 76 }, | 38 }, |
| 77 "name": "gclient setup" | 39 "name": "gclient setup" |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 574 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 613 "@@@STEP_LOG_END@python.inline@@@" | 575 "@@@STEP_LOG_END@python.inline@@@" |
| 614 ] | 576 ] |
| 615 }, | 577 }, |
| 616 { | 578 { |
| 617 "name": "$result", | 579 "name": "$result", |
| 618 "recipe_result": null, | 580 "recipe_result": null, |
| 619 "status_code": 0 | 581 "status_code": 0 |
| 620 } | 582 } |
| 621 ] | 583 ] |
| OLD | NEW |