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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Mac GN", | 10 "Mac GN", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 113 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
114 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 114 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
115 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 115 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
116 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", | 116 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245}
\"@@@", |
117 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 117 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
118 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", | 118 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134
440}\"@@@", |
119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
120 ] | 120 ] |
121 }, | 121 }, |
122 { | 122 { |
123 "cmd": [], | |
124 "cwd": "[SLAVE_BUILD]", | |
125 "name": "ensure_goma" | |
126 }, | |
127 { | |
128 "cmd": [ | |
129 "python", | |
130 "-u", | |
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
132 "--platform", | |
133 "mac-amd64", | |
134 "--dest-directory", | |
135 "[SLAVE_BUILD]/cipd", | |
136 "--json-output", | |
137 "/path/to/tmp/json" | |
138 ], | |
139 "cwd": "[SLAVE_BUILD]", | |
140 "name": "ensure_goma.install cipd", | |
141 "~followup_annotations": [ | |
142 "@@@STEP_NEST_LEVEL@1@@@", | |
143 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
144 "@@@STEP_LOG_LINE@json.output@{@@@", | |
145 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
147 "@@@STEP_LOG_LINE@json.output@}@@@", | |
148 "@@@STEP_LOG_END@json.output@@@" | |
149 ] | |
150 }, | |
151 { | |
152 "cmd": [ | |
153 "[SLAVE_BUILD]/cipd/cipd", | |
154 "ensure", | |
155 "--root", | |
156 "[CACHE]/cipd/goma", | |
157 "--list", | |
158 "infra_internal/goma/client/mac-amd64 release", | |
159 "--json-output", | |
160 "/path/to/tmp/json", | |
161 "--service-account-json", | |
162 "/creds/service_accounts/service-account-goma-client.json" | |
163 ], | |
164 "cwd": "[SLAVE_BUILD]", | |
165 "name": "ensure_goma.ensure_installed", | |
166 "~followup_annotations": [ | |
167 "@@@STEP_NEST_LEVEL@1@@@", | |
168 "@@@STEP_LOG_LINE@json.output@{@@@", | |
169 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
170 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
171 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
172 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
173 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
174 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
175 "@@@STEP_LOG_LINE@json.output@}@@@", | |
176 "@@@STEP_LOG_END@json.output@@@" | |
177 ] | |
178 }, | |
179 { | |
180 "cmd": [ | 123 "cmd": [ |
181 "python", | 124 "python", |
182 "-u", | 125 "-u", |
183 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 126 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
184 "--version" | 127 "--version" |
185 ], | 128 ], |
186 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
187 "name": "swarming.py --version", | 130 "name": "swarming.py --version", |
188 "stdout": "/path/to/tmp/", | 131 "stdout": "/path/to/tmp/", |
189 "~followup_annotations": [ | 132 "~followup_annotations": [ |
190 "@@@STEP_TEXT@0.4.10@@@" | 133 "@@@STEP_TEXT@0.4.10@@@" |
191 ] | 134 ] |
192 }, | 135 }, |
193 { | 136 { |
194 "cmd": [ | 137 "cmd": [ |
195 "python", | 138 "python", |
196 "-u", | 139 "-u", |
197 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 140 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
198 "runhooks" | 141 "runhooks" |
199 ], | 142 ], |
200 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
201 "env": { | 144 "env": { |
202 "GYP_CHROMIUM_NO_ACTION": "1", | 145 "GYP_CHROMIUM_NO_ACTION": "1", |
203 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 146 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1", |
204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 148 }, |
206 "name": "gclient runhooks" | 149 "name": "gclient runhooks" |
207 }, | 150 }, |
208 { | 151 { |
209 "cmd": [ | 152 "cmd": [ |
210 "python", | 153 "python", |
211 "-u", | 154 "-u", |
212 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 155 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
213 "--output", | 156 "--output", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "-u", | 227 "-u", |
285 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 228 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
286 "gen", | 229 "gen", |
287 "-m", | 230 "-m", |
288 "chromium.webrtc.fyi", | 231 "chromium.webrtc.fyi", |
289 "-b", | 232 "-b", |
290 "Mac GN", | 233 "Mac GN", |
291 "--config-file", | 234 "--config-file", |
292 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 235 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
293 "--goma-dir", | 236 "--goma-dir", |
294 "[CACHE]/cipd/goma", | 237 "[BUILD]/goma", |
295 "--swarming-targets-file", | 238 "--swarming-targets-file", |
296 "browser_tests\n", | 239 "browser_tests\n", |
297 "//out/Release" | 240 "//out/Release" |
298 ], | 241 ], |
299 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
300 "name": "generate_build_files", | 243 "name": "generate_build_files", |
301 "~followup_annotations": [ | 244 "~followup_annotations": [ |
302 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 245 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
303 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 246 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
304 ] | 247 ] |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 "--goma-cache-dir", | 285 "--goma-cache-dir", |
343 "[GOMA_CACHE]", | 286 "[GOMA_CACHE]", |
344 "--build-tool", | 287 "--build-tool", |
345 "ninja", | 288 "ninja", |
346 "--build-data-dir", | 289 "--build-data-dir", |
347 "[ROOT]/build_data_dir", | 290 "[ROOT]/build_data_dir", |
348 "--compiler", | 291 "--compiler", |
349 "goma-clang", | 292 "goma-clang", |
350 "--goma-jsonstatus", | 293 "--goma-jsonstatus", |
351 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
352 "--goma-service-account-json-file", | |
353 "/creds/service_accounts/service-account-goma-client.json", | |
354 "--goma-dir", | 295 "--goma-dir", |
355 "[CACHE]/cipd/goma", | 296 "[BUILD]/goma", |
356 "--", | 297 "--", |
357 "browser_tests", | 298 "browser_tests", |
358 "browser_tests_run" | 299 "browser_tests_run" |
359 ], | 300 ], |
360 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
361 "name": "compile", | 302 "name": "compile", |
362 "~followup_annotations": [ | 303 "~followup_annotations": [ |
363 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 304 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
364 "@@@STEP_LOG_END@json.output (invalid)@@@" | 305 "@@@STEP_LOG_END@json.output (invalid)@@@" |
365 ] | 306 ] |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 395 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
455 "@@@STEP_LOG_END@python.inline@@@" | 396 "@@@STEP_LOG_END@python.inline@@@" |
456 ] | 397 ] |
457 }, | 398 }, |
458 { | 399 { |
459 "name": "$result", | 400 "name": "$result", |
460 "recipe_result": null, | 401 "recipe_result": null, |
461 "status_code": 0 | 402 "status_code": 0 |
462 } | 403 } |
463 ] | 404 ] |
OLD | NEW |