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

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

Issue 2295303002: 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 "--master", 7 "--master",
8 "tryserver.infra", 8 "tryserver.infra",
9 "--builder", 9 "--builder",
10 "presubmit_depot_tools", 10 "presubmit_depot_tools",
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': 'depot_tools', 'url': 'https://chromium.googlesource.com/chro mium/tools/depot_tools.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'depot_tools', 'url': 'https://chromium.googlesource.com/chro mium/tools/depot_tools.git'}]",
15 "--root", 15 "--root",
16 "depot_tools", 16 "depot_tools",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"depot_tools\": \"got_revision\"}", 18 "{\"depot_tools\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
21 "--gerrit_repo", 21 "--gerrit_repo",
22 "https://chromium.googlesource.com/chromium/tools/depot_tools", 22 "https://chromium.googlesource.com/chromium/tools/depot_tools",
23 "--gerrit_ref", 23 "--gerrit_ref",
24 "refs/changes/11/338811/3", 24 "refs/changes/11/338811/3",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "depot_tools@HEAD", 28 "depot_tools@HEAD",
29 "--output_manifest", 29 "--output_manifest"
30 "--gerrit_rebase_patch_ref"
31 ], 30 ],
32 "env": { 31 "env": {
33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
34 }, 33 },
35 "name": "bot_update", 34 "name": "bot_update",
36 "~followup_annotations": [ 35 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
119 }, 118 },
120 "name": "presubmit" 119 "name": "presubmit"
121 }, 120 },
122 { 121 {
123 "name": "$result", 122 "name": "$result",
124 "recipe_result": null, 123 "recipe_result": null,
125 "status_code": 0 124 "status_code": 0
126 } 125 }
127 ] 126 ]
OLDNEW
« no previous file with comments | « infra/config/recipes.cfg ('k') | scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698