| 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 30 matching lines...) Expand all Loading... |
| 41 "1", | 41 "1", |
| 42 "--rietveld_server", | 42 "--rietveld_server", |
| 43 "https://codereview.chromium.org", | 43 "https://codereview.chromium.org", |
| 44 "--output_json", | 44 "--output_json", |
| 45 "/path/to/tmp/json", | 45 "/path/to/tmp/json", |
| 46 "--revision", | 46 "--revision", |
| 47 "src@HEAD", | 47 "src@HEAD", |
| 48 "--output_manifest" | 48 "--output_manifest" |
| 49 ], | 49 ], |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 52 }, | 52 }, |
| 53 "name": "bot_update", | 53 "name": "bot_update", |
| 54 "~followup_annotations": [ | 54 "~followup_annotations": [ |
| 55 "@@@STEP_TEXT@Some step text@@@", | 55 "@@@STEP_TEXT@Some step text@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@{@@@", | 56 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 706 "@@@STEP_LOG_END@python.inline@@@" | 706 "@@@STEP_LOG_END@python.inline@@@" |
| 707 ] | 707 ] |
| 708 }, | 708 }, |
| 709 { | 709 { |
| 710 "name": "$result", | 710 "name": "$result", |
| 711 "recipe_result": null, | 711 "recipe_result": null, |
| 712 "status_code": 0 | 712 "status_code": 0 |
| 713 } | 713 } |
| 714 ] | 714 ] |
| OLD | NEW |