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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/fake_svn_master.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 "experimental.svn", 8 "experimental.svn",
9 "--builder", 9 "--builder",
10 "chromium_presubmit", 10 "chromium_presubmit",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@HEAD", 30 "src@HEAD",
31 "--force", 31 "--force",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "--verbose", 150 "--verbose",
152 "--skip_canned", 151 "--skip_canned",
153 "CheckRietveldTryJobExecution", 152 "CheckRietveldTryJobExecution",
154 "--skip_canned", 153 "--skip_canned",
155 "CheckTreeIsOpen", 154 "CheckTreeIsOpen",
156 "--skip_canned", 155 "--skip_canned",
157 "CheckBuildbotPendingBuilds", 156 "CheckBuildbotPendingBuilds",
158 "--upstream", 157 "--upstream",
159 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 158 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
160 ], 159 ],
161 "cwd": "[SLAVE_BUILD]",
162 "env": { 160 "env": {
163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 161 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
164 }, 162 },
165 "name": "presubmit" 163 "name": "presubmit"
166 }, 164 },
167 { 165 {
168 "name": "$result", 166 "name": "$result",
169 "recipe_result": null, 167 "recipe_result": null,
170 "status_code": 0 168 "status_code": 0
171 } 169 }
172 ] 170 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/depot_tools.json ('k') | scripts/slave/recipes/run_presubmit.expected/gyp.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698