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

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

Issue 2224413002: Presubmit recipe: rebase Gerrit patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add expectations Created 4 years, 4 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"
30 ], 31 ],
31 "env": { 32 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 34 },
34 "name": "bot_update", 35 "name": "bot_update",
35 "~followup_annotations": [ 36 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
118 }, 119 },
119 "name": "presubmit" 120 "name": "presubmit"
120 }, 121 },
121 { 122 {
122 "name": "$result", 123 "name": "$result",
123 "recipe_result": null, 124 "recipe_result": null,
124 "status_code": 0 125 "status_code": 0
125 } 126 }
126 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698