| 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", | |
| 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 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 46 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 86 "[SLAVE_BUILD]/crashpad/out" | 47 "[SLAVE_BUILD]/crashpad/out" |
| 87 ], | 48 ], |
| 88 "name": "rmtree out", | 49 "name": "rmtree out", |
| 89 "~followup_annotations": [ | 50 "~followup_annotations": [ |
| 90 "@@@STEP_LOG_LINE@python.inline@@@@", | 51 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 91 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 52 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 92 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 53 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 93 "@@@STEP_LOG_LINE@python.inline@@@@", | 54 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 94 "@@@STEP_LOG_LINE@python.inline@@@@", | 55 "@@@STEP_LOG_LINE@python.inline@@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "Debug" | 87 "Debug" |
| 127 ], | 88 ], |
| 128 "name": "run tests" | 89 "name": "run tests" |
| 129 }, | 90 }, |
| 130 { | 91 { |
| 131 "name": "$result", | 92 "name": "$result", |
| 132 "recipe_result": null, | 93 "recipe_result": null, |
| 133 "status_code": 0 | 94 "status_code": 0 |
| 134 } | 95 } |
| 135 ] | 96 ] |
| OLD | NEW |