| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "config", | |
| 8 "--spec", | 7 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpa
d/crashpad.git'}]" | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpa
d/crashpad.git'}]", |
| 9 "--patch_root", |
| 10 "crashpad", |
| 11 "--revision_mapping_file", |
| 12 "{}", |
| 13 "--git-cache-dir", |
| 14 "[GIT_CACHE]", |
| 15 "--output_json", |
| 16 "/path/to/tmp/json", |
| 17 "--revision", |
| 18 "crashpad@HEAD", |
| 19 "--output_manifest" |
| 10 ], | 20 ], |
| 11 "env": { | 21 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 22 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 23 }, |
| 14 "name": "gclient setup" | 24 "name": "bot_update", |
| 15 }, | |
| 16 { | |
| 17 "cmd": [ | |
| 18 "python", | |
| 19 "-u", | |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 21 "sync", | |
| 22 "--verbose", | |
| 23 "--with_branch_heads", | |
| 24 "--nohooks", | |
| 25 "-j8", | |
| 26 "--reset", | |
| 27 "--force", | |
| 28 "--upstream", | |
| 29 "--no-nag-max", | |
| 30 "--delete_unversioned_trees", | |
| 31 "--output-json", | |
| 32 "/path/to/tmp/json" | |
| 33 ], | |
| 34 "env": { | |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 36 }, | |
| 37 "name": "gclient sync", | |
| 38 "~followup_annotations": [ | 25 "~followup_annotations": [ |
| 26 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 27 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"e6ebda0f8dc589a150c612
132e67916df288f343\"@@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"crashpad\": \"HEAD\"@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ }@@@", | 31 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ }@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"crashpad\", @@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"crashpad\", @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@}@@@", | 38 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 46 "@@@STEP_LOG_END@json.output@@@" | 39 "@@@STEP_LOG_END@json.output@@@" |
| 47 ] | 40 ] |
| 48 }, | 41 }, |
| 49 { | 42 { |
| 50 "cmd": [ | 43 "cmd": [ |
| 51 "python", | 44 "python", |
| 52 "-u", | 45 "-u", |
| 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 54 "recurse", | |
| 55 "git", | |
| 56 "config", | |
| 57 "user.name", | |
| 58 "local_bot" | |
| 59 ], | |
| 60 "env": { | |
| 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 62 }, | |
| 63 "name": "gclient recurse (git config user.name)" | |
| 64 }, | |
| 65 { | |
| 66 "cmd": [ | |
| 67 "python", | |
| 68 "-u", | |
| 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 70 "recurse", | |
| 71 "git", | |
| 72 "config", | |
| 73 "user.email", | |
| 74 "local_bot@example.com" | |
| 75 ], | |
| 76 "env": { | |
| 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 78 }, | |
| 79 "name": "gclient recurse (git config user.email)" | |
| 80 }, | |
| 81 { | |
| 82 "cmd": [ | |
| 83 "python", | |
| 84 "-u", | |
| 85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 86 "runhooks" | 47 "runhooks" |
| 87 ], | 48 ], |
| 88 "cwd": "[SLAVE_BUILD]/crashpad", | 49 "cwd": "[SLAVE_BUILD]/crashpad", |
| 89 "env": { | 50 "env": { |
| 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 91 }, | 52 }, |
| 92 "name": "gclient runhooks" | 53 "name": "gclient runhooks" |
| 93 }, | 54 }, |
| 94 { | 55 { |
| 95 "cmd": [ | 56 "cmd": [ |
| (...skipping 11 matching lines...) Expand all Loading... |
| 107 "Debug" | 68 "Debug" |
| 108 ], | 69 ], |
| 109 "name": "run tests" | 70 "name": "run tests" |
| 110 }, | 71 }, |
| 111 { | 72 { |
| 112 "name": "$result", | 73 "name": "$result", |
| 113 "recipe_result": null, | 74 "recipe_result": null, |
| 114 "status_code": 0 | 75 "status_code": 0 |
| 115 } | 76 } |
| 116 ] | 77 ] |
| OLD | NEW |