| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 7 "--spec", | |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'm
anaged': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/b
oringssl.git'}]", | |
| 9 "--patch_root", | |
| 10 "boringssl", | |
| 11 "--revision_mapping_file", | |
| 12 "{}", | |
| 13 "--git-cache-dir", | |
| 14 "[GIT_CACHE]", | |
| 15 "--gerrit_repo", | |
| 16 "https://boringssl.googlesource.com/boringssl", | |
| 17 "--gerrit_ref", | |
| 18 "refs/changes/11/338811/3", | |
| 19 "--output_json", | |
| 20 "/path/to/tmp/json", | |
| 21 "--revision", | |
| 22 "boringssl@HEAD", | |
| 23 "--output_manifest" | |
| 24 ], | |
| 25 "env": { | |
| 26 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 27 }, | |
| 28 "name": "bot_update", | |
| 29 "~followup_annotations": [ | |
| 30 "@@@STEP_TEXT@Some step text@@@", | |
| 31 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 33 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 34 "@@@STEP_LOG_LINE@json.output@ \"boringssl\": \"HEAD\"@@@", | |
| 35 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 36 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | |
| 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"boringssl\", @@@", | |
| 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | |
| 40 "@@@STEP_LOG_LINE@json.output@ \"root\": \"boringssl\", @@@", | |
| 41 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 42 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 43 "@@@STEP_LOG_END@json.output@@@" | |
| 44 ] | |
| 45 }, | |
| 46 { | |
| 47 "cmd": [ | |
| 48 "python", | |
| 49 "-u", | |
| 50 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 51 "runhooks" | |
| 52 ], | |
| 53 "cwd": "[SLAVE_BUILD]/boringssl", | |
| 54 "env": { | |
| 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 56 }, | |
| 57 "name": "gclient runhooks" | |
| 58 }, | |
| 59 { | |
| 60 "cmd": [ | |
| 61 "python", | |
| 62 "-u", | |
| 63 "[SLAVE_BUILD]/boringssl/util/bot/go/env.py", | |
| 64 "go", | |
| 65 "run", | |
| 66 "doc.go", | |
| 67 "-out", | |
| 68 "[TMP_BASE]/boringssl-docs_tmp_1" | |
| 69 ], | |
| 70 "cwd": "[SLAVE_BUILD]/boringssl/util", | |
| 71 "name": "generate" | |
| 72 }, | |
| 73 { | |
| 74 "name": "$result", | |
| 75 "recipe_result": null, | |
| 76 "status_code": 0 | |
| 77 } | |
| 78 ] | |
| OLD | NEW |