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

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

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

Powered by Google App Engine
This is Rietveld 408576698