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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
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 "infra_presubmit", 10 "infra_presubmit",
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': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso urce.com/infra/infra.git'}]",
15 "--root", 15 "--root",
16 "infra", 16 "infra",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}", 18 "{\"infra\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
21 "--gerrit_repo", 21 "--gerrit_repo",
22 "https://chromium.googlesource.com/infra/infra", 22 "https://chromium.googlesource.com/infra/infra",
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 "infra@HEAD", 28 "infra@HEAD",
29 "--output_manifest" 29 "--output_manifest"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
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\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 23 matching lines...) Expand all
65 "git", 64 "git",
66 "-c", 65 "-c",
67 "user.email=commit-bot@chromium.org", 66 "user.email=commit-bot@chromium.org",
68 "-c", 67 "-c",
69 "user.name=The Commit Bot", 68 "user.name=The Commit Bot",
70 "commit", 69 "commit",
71 "-a", 70 "-a",
72 "-m", 71 "-m",
73 "Committed patch" 72 "Committed patch"
74 ], 73 ],
75 "cwd": "[SLAVE_BUILD]/infra", 74 "cwd": "[CWD]/infra",
76 "name": "commit git patch" 75 "name": "commit git patch"
77 }, 76 },
78 { 77 {
79 "cmd": [ 78 "cmd": [
80 "python", 79 "python",
81 "-u", 80 "-u",
82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 81 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
83 "runhooks" 82 "runhooks"
84 ], 83 ],
85 "cwd": "[SLAVE_BUILD]",
86 "env": { 84 "env": {
87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
88 }, 86 },
89 "name": "gclient runhooks" 87 "name": "gclient runhooks"
90 }, 88 },
91 { 89 {
92 "cmd": [ 90 "cmd": [
93 "python", 91 "python",
94 "-u", 92 "-u",
95 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 93 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
96 "--issue", 94 "--issue",
97 "338811", 95 "338811",
98 "--patchset", 96 "--patchset",
99 "3", 97 "3",
100 "--gerrit_url", 98 "--gerrit_url",
101 "https://chromium-review.googlesource.com", 99 "https://chromium-review.googlesource.com",
102 "--gerrit_fetch", 100 "--gerrit_fetch",
103 "--root", 101 "--root",
104 "[SLAVE_BUILD]/infra", 102 "[CWD]/infra",
105 "--commit", 103 "--commit",
106 "--verbose", 104 "--verbose",
107 "--verbose", 105 "--verbose",
108 "--skip_canned", 106 "--skip_canned",
109 "CheckRietveldTryJobExecution", 107 "CheckRietveldTryJobExecution",
110 "--skip_canned", 108 "--skip_canned",
111 "CheckTreeIsOpen", 109 "CheckTreeIsOpen",
112 "--skip_canned", 110 "--skip_canned",
113 "CheckBuildbotPendingBuilds", 111 "CheckBuildbotPendingBuilds",
114 "--upstream", 112 "--upstream",
115 "5e03a58dc0850e5137a8ebbce29610670c756aed" 113 "5e03a58dc0850e5137a8ebbce29610670c756aed"
116 ], 114 ],
117 "cwd": "[SLAVE_BUILD]",
118 "env": { 115 "env": {
119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
120 }, 117 },
121 "name": "presubmit" 118 "name": "presubmit"
122 }, 119 },
123 { 120 {
124 "name": "$result", 121 "name": "$result",
125 "recipe_result": null, 122 "recipe_result": null,
126 "status_code": 0 123 "status_code": 0
127 } 124 }
128 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698