Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: scripts/slave/recipes/infra/build_repo_real_try.expected/ok-inner-win.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "chromium.infra", 8 "chromium.infra",
9 "--builder", 9 "--builder",
10 "build_repo_real", 10 "build_repo_real",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t ools/build.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t ools/build.git'}]",
15 "--root", 15 "--root",
16 "build", 16 "build",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"build\": \"got_revision\"}", 18 "{\"build\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "build@HEAD", 24 "build@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@",
(...skipping 30 matching lines...) Expand all
69 "python", 68 "python",
70 "-u", 69 "-u",
71 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", 70 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py",
72 "--path", 71 "--path",
73 "[BUILD]\\clone", 72 "[BUILD]\\clone",
74 "--url", 73 "--url",
75 "https://chromium.googlesource.com/chromium/tools/build", 74 "https://chromium.googlesource.com/chromium/tools/build",
76 "--git_cmd_path", 75 "--git_cmd_path",
77 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat" 76 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat"
78 ], 77 ],
79 "cwd": "[SLAVE_BUILD]",
80 "name": "git setup" 78 "name": "git setup"
81 }, 79 },
82 { 80 {
83 "cmd": [ 81 "cmd": [
84 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 82 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
85 "retry", 83 "retry",
86 "fetch", 84 "fetch",
87 "origin", 85 "origin",
88 "master" 86 "master"
89 ], 87 ],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ], 141 ],
144 "cwd": "[BUILD]\\clone", 142 "cwd": "[BUILD]\\clone",
145 "name": "submodule update" 143 "name": "submodule update"
146 }, 144 },
147 { 145 {
148 "name": "$result", 146 "name": "$result",
149 "recipe_result": null, 147 "recipe_result": null,
150 "status_code": 0 148 "status_code": 0
151 } 149 }
152 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698