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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/chromium.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "chromium_presubmit", 10 "chromium_presubmit",
(...skipping 12 matching lines...) Expand all
23 "--patchset", 23 "--patchset",
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 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
34 "env": { 33 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 35 },
37 "name": "bot_update", 36 "name": "bot_update",
38 "~followup_annotations": [ 37 "~followup_annotations": [
39 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
40 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "--verbose", 137 "--verbose",
139 "--skip_canned", 138 "--skip_canned",
140 "CheckRietveldTryJobExecution", 139 "CheckRietveldTryJobExecution",
141 "--skip_canned", 140 "--skip_canned",
142 "CheckTreeIsOpen", 141 "CheckTreeIsOpen",
143 "--skip_canned", 142 "--skip_canned",
144 "CheckBuildbotPendingBuilds", 143 "CheckBuildbotPendingBuilds",
145 "--upstream", 144 "--upstream",
146 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 145 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
147 ], 146 ],
148 "cwd": "[SLAVE_BUILD]",
149 "env": { 147 "env": {
150 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 148 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
151 }, 149 },
152 "name": "presubmit" 150 "name": "presubmit"
153 }, 151 },
154 { 152 {
155 "name": "$result", 153 "name": "$result",
156 "recipe_result": null, 154 "recipe_result": null,
157 "status_code": 0 155 "status_code": 0
158 } 156 }
159 ] 157 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698