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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/chromium_with_auth.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 16 matching lines...) Expand all
27 "--apply_issue_email_file", 27 "--apply_issue_email_file",
28 "[BUILD]/site_config/.rietveld_client_email", 28 "[BUILD]/site_config/.rietveld_client_email",
29 "--apply_issue_key_file", 29 "--apply_issue_key_file",
30 "[BUILD]/site_config/.rietveld_secret_key", 30 "[BUILD]/site_config/.rietveld_secret_key",
31 "--output_json", 31 "--output_json",
32 "/path/to/tmp/json", 32 "/path/to/tmp/json",
33 "--revision", 33 "--revision",
34 "src@HEAD", 34 "src@HEAD",
35 "--output_manifest" 35 "--output_manifest"
36 ], 36 ],
37 "cwd": "[SLAVE_BUILD]",
38 "env": { 37 "env": {
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
40 }, 39 },
41 "name": "bot_update", 40 "name": "bot_update",
42 "~followup_annotations": [ 41 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@", 42 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@", 43 "@@@STEP_LOG_LINE@json.output@{@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "--verbose", 143 "--verbose",
145 "--skip_canned", 144 "--skip_canned",
146 "CheckRietveldTryJobExecution", 145 "CheckRietveldTryJobExecution",
147 "--skip_canned", 146 "--skip_canned",
148 "CheckTreeIsOpen", 147 "CheckTreeIsOpen",
149 "--skip_canned", 148 "--skip_canned",
150 "CheckBuildbotPendingBuilds", 149 "CheckBuildbotPendingBuilds",
151 "--upstream", 150 "--upstream",
152 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 151 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
153 ], 152 ],
154 "cwd": "[SLAVE_BUILD]",
155 "env": { 153 "env": {
156 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 154 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
157 }, 155 },
158 "name": "presubmit" 156 "name": "presubmit"
159 }, 157 },
160 { 158 {
161 "name": "$result", 159 "name": "$result",
162 "recipe_result": null, 160 "recipe_result": null,
163 "status_code": 0 161 "status_code": 0
164 } 162 }
165 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698