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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/chromium_with_auth.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
9 "--patch_root", 9 "--patch_root",
10 "src", 10 "src",
(...skipping 11 matching lines...) Expand all
22 "[BUILD]/site_config/.rietveld_client_email", 22 "[BUILD]/site_config/.rietveld_client_email",
23 "--apply_issue_key_file", 23 "--apply_issue_key_file",
24 "[BUILD]/site_config/.rietveld_secret_key", 24 "[BUILD]/site_config/.rietveld_secret_key",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD", 28 "src@HEAD",
29 "--output_manifest" 29 "--output_manifest"
30 ], 30 ],
31 "env": { 31 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
33 }, 33 },
34 "name": "bot_update", 34 "name": "bot_update",
35 "~followup_annotations": [ 35 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", 41 "@@@STEP_LOG_LINE@json.output@ }, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 156 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
157 }, 157 },
158 "name": "presubmit" 158 "name": "presubmit"
159 }, 159 },
160 { 160 {
161 "name": "$result", 161 "name": "$result",
162 "recipe_result": null, 162 "recipe_result": null,
163 "status_code": 0 163 "status_code": 0
164 } 164 }
165 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698