OLD | NEW |
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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux ARM", | 10 "Linux ARM", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 98 ] |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [], | |
102 "cwd": "[SLAVE_BUILD]", | |
103 "name": "ensure_goma" | |
104 }, | |
105 { | |
106 "cmd": [ | |
107 "python", | |
108 "-u", | |
109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
110 "--platform", | |
111 "linux-386", | |
112 "--dest-directory", | |
113 "[SLAVE_BUILD]/cipd", | |
114 "--json-output", | |
115 "/path/to/tmp/json" | |
116 ], | |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "ensure_goma.install cipd", | |
119 "~followup_annotations": [ | |
120 "@@@STEP_NEST_LEVEL@1@@@", | |
121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
122 "@@@STEP_LOG_LINE@json.output@{@@@", | |
123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | |
126 "@@@STEP_LOG_END@json.output@@@" | |
127 ] | |
128 }, | |
129 { | |
130 "cmd": [ | |
131 "[SLAVE_BUILD]/cipd/cipd", | |
132 "ensure", | |
133 "--root", | |
134 "[CACHE]/cipd/goma", | |
135 "--list", | |
136 "infra_internal/goma/client/linux-386 release", | |
137 "--json-output", | |
138 "/path/to/tmp/json", | |
139 "--service-account-json", | |
140 "/creds/service_accounts/service-account-goma-client.json" | |
141 ], | |
142 "cwd": "[SLAVE_BUILD]", | |
143 "name": "ensure_goma.ensure_installed", | |
144 "~followup_annotations": [ | |
145 "@@@STEP_NEST_LEVEL@1@@@", | |
146 "@@@STEP_LOG_LINE@json.output@{@@@", | |
147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
148 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | |
151 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
152 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
153 "@@@STEP_LOG_LINE@json.output@}@@@", | |
154 "@@@STEP_LOG_END@json.output@@@" | |
155 ] | |
156 }, | |
157 { | |
158 "cmd": [ | 101 "cmd": [ |
159 "python", | 102 "python", |
160 "-u", | 103 "-u", |
161 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
162 "--version" | 105 "--version" |
163 ], | 106 ], |
164 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
165 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
166 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
167 "~followup_annotations": [ | 110 "~followup_annotations": [ |
168 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
169 ] | 112 ] |
170 }, | 113 }, |
171 { | 114 { |
172 "cmd": [ | 115 "cmd": [ |
173 "python", | 116 "python", |
174 "-u", | 117 "-u", |
175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
176 "runhooks" | 119 "runhooks" |
177 ], | 120 ], |
178 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
179 "env": { | 122 "env": { |
180 "GYP_CHROMIUM_NO_ACTION": "1", | 123 "GYP_CHROMIUM_NO_ACTION": "1", |
181 "GYP_CROSSCOMPILE": "1", | 124 "GYP_CROSSCOMPILE": "1", |
182 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=arm test_isolation_mode=prepare use_goma=1", | 125 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=arm test_isolation_mode=prepare use_goma=1", |
183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
184 }, | 127 }, |
185 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
186 }, | 129 }, |
187 { | 130 { |
188 "cmd": [ | 131 "cmd": [ |
189 "python", | 132 "python", |
190 "-u", | 133 "-u", |
191 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
192 "--output", | 135 "--output", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "-u", | 206 "-u", |
264 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 207 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
265 "gen", | 208 "gen", |
266 "-m", | 209 "-m", |
267 "chromium.fyi", | 210 "chromium.fyi", |
268 "-b", | 211 "-b", |
269 "Linux ARM", | 212 "Linux ARM", |
270 "--config-file", | 213 "--config-file", |
271 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 214 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
272 "--goma-dir", | 215 "--goma-dir", |
273 "[CACHE]/cipd/goma", | 216 "[BUILD]/goma", |
274 "--swarming-targets-file", | 217 "--swarming-targets-file", |
275 "browser_tests\n", | 218 "browser_tests\n", |
276 "//out/Release" | 219 "//out/Release" |
277 ], | 220 ], |
278 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
279 "name": "generate_build_files", | 222 "name": "generate_build_files", |
280 "~followup_annotations": [ | 223 "~followup_annotations": [ |
281 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 224 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
282 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 225 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
283 ] | 226 ] |
(...skipping 17 matching lines...) Expand all Loading... |
301 "--goma-cache-dir", | 244 "--goma-cache-dir", |
302 "[GOMA_CACHE]", | 245 "[GOMA_CACHE]", |
303 "--build-tool", | 246 "--build-tool", |
304 "ninja", | 247 "ninja", |
305 "--build-data-dir", | 248 "--build-data-dir", |
306 "[ROOT]/build_data_dir", | 249 "[ROOT]/build_data_dir", |
307 "--compiler", | 250 "--compiler", |
308 "goma", | 251 "goma", |
309 "--goma-jsonstatus", | 252 "--goma-jsonstatus", |
310 "/path/to/tmp/json", | 253 "/path/to/tmp/json", |
311 "--goma-service-account-json-file", | |
312 "/creds/service_accounts/service-account-goma-client.json", | |
313 "--goma-dir", | 254 "--goma-dir", |
314 "[CACHE]/cipd/goma", | 255 "[BUILD]/goma", |
315 "--ninja-ensure-up-to-date", | 256 "--ninja-ensure-up-to-date", |
316 "--", | 257 "--", |
317 "browser_tests", | 258 "browser_tests", |
318 "browser_tests_run" | 259 "browser_tests_run" |
319 ], | 260 ], |
320 "cwd": "[SLAVE_BUILD]", | 261 "cwd": "[SLAVE_BUILD]", |
321 "name": "compile", | 262 "name": "compile", |
322 "~followup_annotations": [ | 263 "~followup_annotations": [ |
323 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 264 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
324 "@@@STEP_LOG_END@json.output (invalid)@@@" | 265 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 ] | 302 ] |
362 }, | 303 }, |
363 { | 304 { |
364 "cmd": [ | 305 "cmd": [ |
365 "python", | 306 "python", |
366 "-u", | 307 "-u", |
367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", | 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", |
368 "--target", | 309 "--target", |
369 "Release", | 310 "Release", |
370 "--factory-properties", | 311 "--factory-properties", |
371 "{\"gclient_env\": {\"GYP_CROSSCOMPILE\": \"1\", \"GYP_DEFINES\": \"compon
ent=static_library gomadir='[CACHE]/cipd/goma' target_arch=arm test_isolation_mo
de=prepare use_goma=1\"}, \"gs_bucket\": \"gs://chromium-fyi-archive\"}", | 312 "{\"gclient_env\": {\"GYP_CROSSCOMPILE\": \"1\", \"GYP_DEFINES\": \"compon
ent=static_library gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=pr
epare use_goma=1\"}, \"gs_bucket\": \"gs://chromium-fyi-archive\"}", |
372 "--build-properties", | 313 "--build-properties", |
373 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", | 314 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", |
374 "--mode", | 315 "--mode", |
375 "dev" | 316 "dev" |
376 ], | 317 ], |
377 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
378 "name": "archive_build" | 319 "name": "archive_build" |
379 }, | 320 }, |
380 { | 321 { |
381 "cmd": [ | 322 "cmd": [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 372 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
432 "@@@STEP_LOG_END@python.inline@@@" | 373 "@@@STEP_LOG_END@python.inline@@@" |
433 ] | 374 ] |
434 }, | 375 }, |
435 { | 376 { |
436 "name": "$result", | 377 "name": "$result", |
437 "recipe_result": null, | 378 "recipe_result": null, |
438 "status_code": 0 | 379 "status_code": 0 |
439 } | 380 } |
440 ] | 381 ] |
OLD | NEW |