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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
11 "--slave", 11 "--slave",
12 "build1-a1", 12 "build1-a1",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn ://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn:// svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['an droid']", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@HEAD", 24 "src@HEAD",
25 "--output_manifest" 25 "--output_manifest"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "env": { 28 "env": {
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 30 },
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
96 ] 97 ]
97 }, 98 },
98 { 99 {
99 "cmd": [], 100 "cmd": [],
101 "cwd": "[SLAVE_BUILD]",
100 "name": "ensure_goma" 102 "name": "ensure_goma"
101 }, 103 },
102 { 104 {
103 "cmd": [ 105 "cmd": [
104 "python", 106 "python",
105 "-u", 107 "-u",
106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
107 "--platform", 109 "--platform",
108 "linux-amd64", 110 "linux-amd64",
109 "--dest-directory", 111 "--dest-directory",
110 "[CWD]/cipd", 112 "[SLAVE_BUILD]/cipd",
111 "--json-output", 113 "--json-output",
112 "/path/to/tmp/json" 114 "/path/to/tmp/json"
113 ], 115 ],
116 "cwd": "[SLAVE_BUILD]",
114 "name": "ensure_goma.install cipd", 117 "name": "ensure_goma.install cipd",
115 "~followup_annotations": [ 118 "~followup_annotations": [
116 "@@@STEP_NEST_LEVEL@1@@@", 119 "@@@STEP_NEST_LEVEL@1@@@",
117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
118 "@@@STEP_LOG_LINE@json.output@{@@@", 121 "@@@STEP_LOG_LINE@json.output@{@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@", 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
121 "@@@STEP_LOG_LINE@json.output@}@@@", 124 "@@@STEP_LOG_LINE@json.output@}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 125 "@@@STEP_LOG_END@json.output@@@"
123 ] 126 ]
124 }, 127 },
125 { 128 {
126 "cmd": [ 129 "cmd": [
127 "fake_slave_build/cipd", 130 "[SLAVE_BUILD]/cipd/cipd",
128 "ensure", 131 "ensure",
129 "--root", 132 "--root",
130 "[ROOT]/b/build/slave/cache/cipd/goma", 133 "[CACHE]/cipd/goma",
131 "--list", 134 "--list",
132 "infra_internal/goma/client/linux-amd64 release", 135 "infra_internal/goma/client/linux-amd64 release",
133 "--json-output", 136 "--json-output",
134 "/path/to/tmp/json", 137 "/path/to/tmp/json",
135 "--service-account-json", 138 "--service-account-json",
136 "/creds/service_accounts/service-account-goma-client.json" 139 "/creds/service_accounts/service-account-goma-client.json"
137 ], 140 ],
141 "cwd": "[SLAVE_BUILD]",
138 "name": "ensure_goma.ensure_installed", 142 "name": "ensure_goma.ensure_installed",
139 "~followup_annotations": [ 143 "~followup_annotations": [
140 "@@@STEP_NEST_LEVEL@1@@@", 144 "@@@STEP_NEST_LEVEL@1@@@",
141 "@@@STEP_LOG_LINE@json.output@{@@@", 145 "@@@STEP_LOG_LINE@json.output@{@@@",
142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
143 "@@@STEP_LOG_LINE@json.output@ {@@@", 147 "@@@STEP_LOG_LINE@json.output@ {@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
146 "@@@STEP_LOG_LINE@json.output@ }@@@", 150 "@@@STEP_LOG_LINE@json.output@ }@@@",
147 "@@@STEP_LOG_LINE@json.output@ ]@@@", 151 "@@@STEP_LOG_LINE@json.output@ ]@@@",
148 "@@@STEP_LOG_LINE@json.output@}@@@", 152 "@@@STEP_LOG_LINE@json.output@}@@@",
149 "@@@STEP_LOG_END@json.output@@@" 153 "@@@STEP_LOG_END@json.output@@@"
150 ] 154 ]
151 }, 155 },
152 { 156 {
153 "cmd": [ 157 "cmd": [
154 "python", 158 "python",
155 "-u", 159 "-u",
156 "[CWD]/src/tools/swarming_client/swarming.py", 160 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
157 "--version" 161 "--version"
158 ], 162 ],
163 "cwd": "[SLAVE_BUILD]",
159 "name": "swarming.py --version", 164 "name": "swarming.py --version",
160 "stdout": "/path/to/tmp/", 165 "stdout": "/path/to/tmp/",
161 "~followup_annotations": [ 166 "~followup_annotations": [
162 "@@@STEP_TEXT@0.4.10@@@" 167 "@@@STEP_TEXT@0.4.10@@@"
163 ] 168 ]
164 }, 169 },
165 { 170 {
166 "cmd": [ 171 "cmd": [
167 "python", 172 "python",
168 "-u", 173 "-u",
169 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 174 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
170 "runhooks" 175 "runhooks"
171 ], 176 ],
177 "cwd": "[SLAVE_BUILD]",
172 "env": { 178 "env": {
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 179 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
174 "GYP_CHROMIUM_NO_ACTION": "1", 180 "GYP_CHROMIUM_NO_ACTION": "1",
175 "GYP_CROSSCOMPILE": "1", 181 "GYP_CROSSCOMPILE": "1",
176 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[ROOT]/b/build/slave/cache/cipd/goma' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1", 182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm te st_isolation_mode=prepare use_goma=1",
177 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
178 }, 184 },
179 "name": "gclient runhooks" 185 "name": "gclient runhooks"
180 }, 186 },
181 { 187 {
182 "cmd": [ 188 "cmd": [
183 "python", 189 "python",
184 "-u", 190 "-u",
185 "[CWD]/src/testing/scripts/get_compile_targets.py", 191 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
186 "--output", 192 "--output",
187 "/path/to/tmp/json", 193 "/path/to/tmp/json",
188 "--", 194 "--",
189 "--build-config-fs", 195 "--build-config-fs",
190 "Debug", 196 "Debug",
191 "--use-src-side-runtest-py", 197 "--use-src-side-runtest-py",
192 "--paths", 198 "--paths",
193 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/ scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s lave/runtest.py\"}", 199 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
194 "--properties", 200 "--properties",
195 "{\"buildername\": \"Android Builder (dbg)\", \"buildnumber\": \"77457\", \"mastername\": \"chromium.linux\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"android\"}" 201 "{\"buildername\": \"Android Builder (dbg)\", \"buildnumber\": \"77457\", \"mastername\": \"chromium.linux\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"android\"}"
196 ], 202 ],
203 "cwd": "[SLAVE_BUILD]",
197 "name": "get compile targets for scripts", 204 "name": "get compile targets for scripts",
198 "~followup_annotations": [ 205 "~followup_annotations": [
199 "@@@STEP_LOG_LINE@json.output@{}@@@", 206 "@@@STEP_LOG_LINE@json.output@{}@@@",
200 "@@@STEP_LOG_END@json.output@@@" 207 "@@@STEP_LOG_END@json.output@@@"
201 ] 208 ]
202 }, 209 },
203 { 210 {
204 "cmd": [ 211 "cmd": [
205 "python", 212 "python",
206 "-u", 213 "-u",
207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
208 "[CWD]/src/testing/buildbot/chromium.linux.json", 215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json",
209 "/path/to/tmp/json" 216 "/path/to/tmp/json"
210 ], 217 ],
218 "cwd": "[SLAVE_BUILD]",
211 "name": "read test spec", 219 "name": "read test spec",
212 "~followup_annotations": [ 220 "~followup_annotations": [
213 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.linux.json@@@", 221 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json @@@",
214 "@@@STEP_LOG_LINE@json.output@{}@@@", 222 "@@@STEP_LOG_LINE@json.output@{}@@@",
215 "@@@STEP_LOG_END@json.output@@@" 223 "@@@STEP_LOG_END@json.output@@@"
216 ] 224 ]
217 }, 225 },
218 { 226 {
219 "cmd": [ 227 "cmd": [
220 "python", 228 "python",
221 "-u", 229 "-u",
222 "[CWD]/src/tools/mb/mb.py", 230 "[SLAVE_BUILD]/src/tools/mb/mb.py",
223 "gen", 231 "gen",
224 "-m", 232 "-m",
225 "chromium.linux", 233 "chromium.linux",
226 "-b", 234 "-b",
227 "Android Builder (dbg)", 235 "Android Builder (dbg)",
228 "--config-file", 236 "--config-file",
229 "[CWD]/src/tools/mb/mb_config.pyl", 237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
230 "--goma-dir", 238 "--goma-dir",
231 "[ROOT]/b/build/slave/cache/cipd/goma", 239 "[CACHE]/cipd/goma",
232 "--android-version-code=3", 240 "--android-version-code=3",
233 "--android-version-name=example", 241 "--android-version-name=example",
234 "//out/Debug" 242 "//out/Debug"
235 ], 243 ],
244 "cwd": "[SLAVE_BUILD]",
236 "name": "generate_build_files" 245 "name": "generate_build_files"
237 }, 246 },
238 { 247 {
239 "cmd": [ 248 "cmd": [
240 "python", 249 "python",
241 "-u", 250 "-u",
242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
243 "--show-path", 252 "--show-path",
244 "python", 253 "python",
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
246 "--gsutil-py-path", 255 "--gsutil-py-path",
247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 256 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
248 "--ninja-path", 257 "--ninja-path",
249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
250 "--target", 259 "--target",
251 "Debug", 260 "Debug",
252 "--src-dir", 261 "--src-dir",
253 "[CWD]/src", 262 "[SLAVE_BUILD]/src",
254 "--goma-cache-dir", 263 "--goma-cache-dir",
255 "[ROOT]/b/build/slave/goma_cache", 264 "[GOMA_CACHE]",
256 "--build-tool", 265 "--build-tool",
257 "ninja", 266 "ninja",
258 "--compiler", 267 "--compiler",
259 "goma", 268 "goma",
260 "--goma-jsonstatus", 269 "--goma-jsonstatus",
261 "/path/to/tmp/json", 270 "/path/to/tmp/json",
262 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
263 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
264 "--out-dir", 273 "--out-dir",
265 "/tmp", 274 "/tmp",
266 "--goma-dir", 275 "--goma-dir",
267 "[ROOT]/b/build/slave/cache/cipd/goma", 276 "[CACHE]/cipd/goma",
268 "--", 277 "--",
269 "All" 278 "All"
270 ], 279 ],
280 "cwd": "[SLAVE_BUILD]",
271 "env": { 281 "env": {
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
273 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s" 283 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
274 }, 284 },
275 "name": "compile", 285 "name": "compile",
276 "~followup_annotations": [ 286 "~followup_annotations": [
277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
278 "@@@STEP_LOG_END@json.output (invalid)@@@" 288 "@@@STEP_LOG_END@json.output (invalid)@@@"
279 ] 289 ]
280 }, 290 },
281 { 291 {
282 "name": "$result", 292 "name": "$result",
283 "recipe_result": null, 293 "recipe_result": null,
284 "status_code": 0 294 "status_code": 0
285 } 295 }
286 ] 296 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/config.py ('k') | scripts/slave/recipe_modules/chromium_android/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698