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 "client.skia", | 8 "client.skia", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder", | 10 "Mac Builder", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 103 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#143121}\"@@@"
, |
107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | 107 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", |
108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" | 108 "@@@SET_BUILD_PROPERTY@got_chromium_revision_cp@\"refs/heads/master@{#1702
42}\"@@@" |
109 ] | 109 ] |
110 }, | 110 }, |
111 { | 111 { |
112 "cmd": [], | |
113 "cwd": "[SLAVE_BUILD]", | |
114 "name": "ensure_goma" | |
115 }, | |
116 { | |
117 "cmd": [ | |
118 "python", | |
119 "-u", | |
120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
121 "--platform", | |
122 "mac-amd64", | |
123 "--dest-directory", | |
124 "[SLAVE_BUILD]/cipd", | |
125 "--json-output", | |
126 "/path/to/tmp/json" | |
127 ], | |
128 "cwd": "[SLAVE_BUILD]", | |
129 "name": "ensure_goma.install cipd", | |
130 "~followup_annotations": [ | |
131 "@@@STEP_NEST_LEVEL@1@@@", | |
132 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
133 "@@@STEP_LOG_LINE@json.output@{@@@", | |
134 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
135 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
136 "@@@STEP_LOG_LINE@json.output@}@@@", | |
137 "@@@STEP_LOG_END@json.output@@@" | |
138 ] | |
139 }, | |
140 { | |
141 "cmd": [ | |
142 "[SLAVE_BUILD]/cipd/cipd", | |
143 "ensure", | |
144 "--root", | |
145 "[CACHE]/cipd/goma", | |
146 "--list", | |
147 "infra_internal/goma/client/mac-amd64 release", | |
148 "--json-output", | |
149 "/path/to/tmp/json", | |
150 "--service-account-json", | |
151 "/creds/service_accounts/service-account-goma-client.json" | |
152 ], | |
153 "cwd": "[SLAVE_BUILD]", | |
154 "name": "ensure_goma.ensure_installed", | |
155 "~followup_annotations": [ | |
156 "@@@STEP_NEST_LEVEL@1@@@", | |
157 "@@@STEP_LOG_LINE@json.output@{@@@", | |
158 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
159 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
160 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
161 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | |
162 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
163 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
164 "@@@STEP_LOG_LINE@json.output@}@@@", | |
165 "@@@STEP_LOG_END@json.output@@@" | |
166 ] | |
167 }, | |
168 { | |
169 "cmd": [ | 112 "cmd": [ |
170 "python", | 113 "python", |
171 "-u", | 114 "-u", |
172 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 115 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
173 "--version" | 116 "--version" |
174 ], | 117 ], |
175 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
176 "name": "swarming.py --version", | 119 "name": "swarming.py --version", |
177 "stdout": "/path/to/tmp/", | 120 "stdout": "/path/to/tmp/", |
178 "~followup_annotations": [ | 121 "~followup_annotations": [ |
179 "@@@STEP_TEXT@0.4.10@@@" | 122 "@@@STEP_TEXT@0.4.10@@@" |
180 ] | 123 ] |
181 }, | 124 }, |
182 { | 125 { |
183 "cmd": [ | 126 "cmd": [ |
184 "python", | 127 "python", |
185 "-u", | 128 "-u", |
186 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
187 "runhooks" | 130 "runhooks" |
188 ], | 131 ], |
189 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
190 "env": { | 133 "env": { |
191 "GYP_CHROMIUM_NO_ACTION": "1", | 134 "GYP_CHROMIUM_NO_ACTION": "1", |
192 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x
64 test_isolation_mode=prepare use_goma=1", | 135 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe
g_branding=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1", |
193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
194 }, | 137 }, |
195 "name": "gclient runhooks" | 138 "name": "gclient runhooks" |
196 }, | 139 }, |
197 { | 140 { |
198 "cmd": [ | 141 "cmd": [ |
199 "python", | 142 "python", |
200 "-u", | 143 "-u", |
201 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 144 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
202 "--output", | 145 "--output", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 "-u", | 217 "-u", |
275 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 218 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
276 "gen", | 219 "gen", |
277 "-m", | 220 "-m", |
278 "client.skia", | 221 "client.skia", |
279 "-b", | 222 "-b", |
280 "Mac Builder", | 223 "Mac Builder", |
281 "--config-file", | 224 "--config-file", |
282 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 225 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
283 "--goma-dir", | 226 "--goma-dir", |
284 "[CACHE]/cipd/goma", | 227 "[BUILD]/goma", |
285 "--swarming-targets-file", | 228 "--swarming-targets-file", |
286 "browser_tests\n", | 229 "browser_tests\n", |
287 "//out/Release" | 230 "//out/Release" |
288 ], | 231 ], |
289 "cwd": "[SLAVE_BUILD]", | 232 "cwd": "[SLAVE_BUILD]", |
290 "name": "generate_build_files", | 233 "name": "generate_build_files", |
291 "~followup_annotations": [ | 234 "~followup_annotations": [ |
292 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 235 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
293 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 236 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
294 ] | 237 ] |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 "--goma-cache-dir", | 275 "--goma-cache-dir", |
333 "[GOMA_CACHE]", | 276 "[GOMA_CACHE]", |
334 "--build-tool", | 277 "--build-tool", |
335 "ninja", | 278 "ninja", |
336 "--build-data-dir", | 279 "--build-data-dir", |
337 "[ROOT]/build_data_dir", | 280 "[ROOT]/build_data_dir", |
338 "--compiler", | 281 "--compiler", |
339 "goma-clang", | 282 "goma-clang", |
340 "--goma-jsonstatus", | 283 "--goma-jsonstatus", |
341 "/path/to/tmp/json", | 284 "/path/to/tmp/json", |
342 "--goma-service-account-json-file", | |
343 "/creds/service_accounts/service-account-goma-client.json", | |
344 "--goma-dir", | 285 "--goma-dir", |
345 "[CACHE]/cipd/goma", | 286 "[BUILD]/goma", |
346 "--ninja-ensure-up-to-date", | 287 "--ninja-ensure-up-to-date", |
347 "--", | 288 "--", |
348 "browser_tests", | 289 "browser_tests", |
349 "browser_tests_run", | 290 "browser_tests_run", |
350 "chromium_builder_tests" | 291 "chromium_builder_tests" |
351 ], | 292 ], |
352 "cwd": "[SLAVE_BUILD]", | 293 "cwd": "[SLAVE_BUILD]", |
353 "name": "compile", | 294 "name": "compile", |
354 "~followup_annotations": [ | 295 "~followup_annotations": [ |
355 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 "~followup_annotations": [ | 384 "~followup_annotations": [ |
444 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 385 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
445 ] | 386 ] |
446 }, | 387 }, |
447 { | 388 { |
448 "name": "$result", | 389 "name": "$result", |
449 "recipe_result": null, | 390 "recipe_result": null, |
450 "status_code": 0 | 391 "status_code": 0 |
451 } | 392 } |
452 ] | 393 ] |
OLD | NEW |