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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - debug builder", | 10 "V8 Linux64 - debug builder", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "python", | 136 "python", |
137 "-u", | 137 "-u", |
138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
139 "runhooks" | 139 "runhooks" |
140 ], | 140 ], |
141 "cwd": "[SLAVE_BUILD]/v8", | 141 "cwd": "[SLAVE_BUILD]/v8", |
142 "env": { | 142 "env": { |
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
144 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' has_valgrind=1 jsfunfu
zz=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec
ks=1 v8_optimized_debug=1 v8_target_arch=x64", | 144 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' has_valgrind=1 jsfunfuzz=1 tar
get_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_
optimized_debug=1 v8_target_arch=x64", |
145 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
147 }, | 147 }, |
148 "name": "gclient runhooks" | 148 "name": "gclient runhooks" |
149 }, | 149 }, |
150 { | 150 { |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "-u", | 153 "-u", |
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 ], | 210 ], |
211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
212 "~followup_annotations": [ | 212 "~followup_annotations": [ |
213 "@@@STEP_LOG_LINE@python.inline@@@@", | 213 "@@@STEP_LOG_LINE@python.inline@@@@", |
214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
216 "@@@STEP_LOG_END@python.inline@@@" | 216 "@@@STEP_LOG_END@python.inline@@@" |
217 ] | 217 ] |
218 }, | 218 }, |
219 { | 219 { |
220 "allow_subannotations": true, | |
221 "cmd": [ | |
222 "python", | |
223 "-u", | |
224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
225 "--src-dir", | |
226 "[SLAVE_BUILD]/v8", | |
227 "--output-json", | |
228 "/path/to/tmp/json" | |
229 ], | |
230 "env": { | |
231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
232 }, | |
233 "name": "clang_revision", | |
234 "~followup_annotations": [ | |
235 "@@@STEP_LOG_LINE@json.output@{@@@", | |
236 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
237 "@@@STEP_LOG_LINE@json.output@}@@@", | |
238 "@@@STEP_LOG_END@json.output@@@" | |
239 ] | |
240 }, | |
241 { | |
242 "cmd": [ | 220 "cmd": [ |
243 "python", | 221 "python", |
244 "-u", | 222 "-u", |
245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
246 "--show-path", | 224 "--show-path", |
247 "python", | 225 "python", |
248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
249 "--gsutil-py-path", | 227 "--gsutil-py-path", |
250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
251 "--ninja-path", | 229 "--ninja-path", |
252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
253 "--target", | 231 "--target", |
254 "Debug", | 232 "Debug", |
255 "--src-dir", | 233 "--src-dir", |
256 "[SLAVE_BUILD]/v8", | 234 "[SLAVE_BUILD]/v8", |
257 "--goma-cache-dir", | 235 "--goma-cache-dir", |
258 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
259 "--build-tool", | 237 "--build-tool", |
260 "ninja", | 238 "ninja", |
261 "--compiler", | 239 "--compiler", |
262 "goma-clang", | 240 "goma", |
263 "--goma-jsonstatus", | 241 "--goma-jsonstatus", |
264 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
265 "--goma-service-account-json-file", | 243 "--goma-service-account-json-file", |
266 "/creds/service_accounts/service-account-goma-client.json", | 244 "/creds/service_accounts/service-account-goma-client.json", |
267 "--goma-dir", | 245 "--goma-dir", |
268 "[CACHE]/cipd/goma", | 246 "[CACHE]/cipd/goma", |
269 "--" | 247 "--" |
270 ], | 248 ], |
271 "env": { | 249 "env": { |
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "name": "package build" | 335 "name": "package build" |
358 }, | 336 }, |
359 { | 337 { |
360 "cmd": [], | 338 "cmd": [], |
361 "name": "trigger", | 339 "name": "trigger", |
362 "trigger_specs": [ | 340 "trigger_specs": [ |
363 { | 341 { |
364 "builder_name": "V8 Fuzzer", | 342 "builder_name": "V8 Fuzzer", |
365 "properties": { | 343 "properties": { |
366 "parent_build_environment": { | 344 "parent_build_environment": { |
367 "GYP_DEFINES": "clang=1 has_valgrind=1 jsfunfuzz=1 target_arch=x64 t
est_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debu
g=1 v8_target_arch=x64", | 345 "GYP_DEFINES": "has_valgrind=1 jsfunfuzz=1 target_arch=x64 test_isol
ation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_t
arget_arch=x64", |
368 "GYP_GENERATORS": "ninja" | 346 "GYP_GENERATORS": "ninja" |
369 }, | 347 }, |
370 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 348 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
371 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 349 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
372 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 350 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
373 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 351 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
374 "swarm_hashes": { | 352 "swarm_hashes": { |
375 "benchmarks": "[dummy hash for benchmarks]", | 353 "benchmarks": "[dummy hash for benchmarks]", |
376 "bot_default": "[dummy hash for bot_default]", | 354 "bot_default": "[dummy hash for bot_default]", |
377 "ignition": "[dummy hash for ignition]", | 355 "ignition": "[dummy hash for ignition]", |
378 "jsfunfuzz": "[dummy hash for jsfunfuzz]", | 356 "jsfunfuzz": "[dummy hash for jsfunfuzz]", |
379 "mjsunit": "[dummy hash for mjsunit]", | 357 "mjsunit": "[dummy hash for mjsunit]", |
380 "mozilla": "[dummy hash for mozilla]", | 358 "mozilla": "[dummy hash for mozilla]", |
381 "run-valgrind": "[dummy hash for run-valgrind]", | 359 "run-valgrind": "[dummy hash for run-valgrind]", |
382 "simdjs": "[dummy hash for simdjs]", | 360 "simdjs": "[dummy hash for simdjs]", |
383 "test262": "[dummy hash for test262]" | 361 "test262": "[dummy hash for test262]" |
384 } | 362 } |
385 } | 363 } |
386 }, | 364 }, |
387 { | 365 { |
388 "builder_name": "V8 Linux64 - debug", | 366 "builder_name": "V8 Linux64 - debug", |
389 "properties": { | 367 "properties": { |
390 "parent_build_environment": { | 368 "parent_build_environment": { |
391 "GYP_DEFINES": "clang=1 has_valgrind=1 jsfunfuzz=1 target_arch=x64 t
est_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debu
g=1 v8_target_arch=x64", | 369 "GYP_DEFINES": "has_valgrind=1 jsfunfuzz=1 target_arch=x64 test_isol
ation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_t
arget_arch=x64", |
392 "GYP_GENERATORS": "ninja" | 370 "GYP_GENERATORS": "ninja" |
393 }, | 371 }, |
394 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 372 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
395 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 373 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
396 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 374 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
397 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 375 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
398 "swarm_hashes": { | 376 "swarm_hashes": { |
399 "benchmarks": "[dummy hash for benchmarks]", | 377 "benchmarks": "[dummy hash for benchmarks]", |
400 "bot_default": "[dummy hash for bot_default]", | 378 "bot_default": "[dummy hash for bot_default]", |
401 "ignition": "[dummy hash for ignition]", | 379 "ignition": "[dummy hash for ignition]", |
402 "jsfunfuzz": "[dummy hash for jsfunfuzz]", | 380 "jsfunfuzz": "[dummy hash for jsfunfuzz]", |
403 "mjsunit": "[dummy hash for mjsunit]", | 381 "mjsunit": "[dummy hash for mjsunit]", |
404 "mozilla": "[dummy hash for mozilla]", | 382 "mozilla": "[dummy hash for mozilla]", |
405 "run-valgrind": "[dummy hash for run-valgrind]", | 383 "run-valgrind": "[dummy hash for run-valgrind]", |
406 "simdjs": "[dummy hash for simdjs]", | 384 "simdjs": "[dummy hash for simdjs]", |
407 "test262": "[dummy hash for test262]" | 385 "test262": "[dummy hash for test262]" |
408 } | 386 } |
409 } | 387 } |
410 }, | 388 }, |
411 { | 389 { |
412 "builder_name": "V8 Linux64 - debug - avx2", | 390 "builder_name": "V8 Linux64 - debug - avx2", |
413 "properties": { | 391 "properties": { |
414 "parent_build_environment": { | 392 "parent_build_environment": { |
415 "GYP_DEFINES": "clang=1 has_valgrind=1 jsfunfuzz=1 target_arch=x64 t
est_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debu
g=1 v8_target_arch=x64", | 393 "GYP_DEFINES": "has_valgrind=1 jsfunfuzz=1 target_arch=x64 test_isol
ation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_t
arget_arch=x64", |
416 "GYP_GENERATORS": "ninja" | 394 "GYP_GENERATORS": "ninja" |
417 }, | 395 }, |
418 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 396 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
419 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 397 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
420 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 398 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
421 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 399 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
422 "swarm_hashes": { | 400 "swarm_hashes": { |
423 "benchmarks": "[dummy hash for benchmarks]", | 401 "benchmarks": "[dummy hash for benchmarks]", |
424 "bot_default": "[dummy hash for bot_default]", | 402 "bot_default": "[dummy hash for bot_default]", |
425 "ignition": "[dummy hash for ignition]", | 403 "ignition": "[dummy hash for ignition]", |
(...skipping 10 matching lines...) Expand all Loading... |
436 "~followup_annotations": [ | 414 "~followup_annotations": [ |
437 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" | 415 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2@@@" |
438 ] | 416 ] |
439 }, | 417 }, |
440 { | 418 { |
441 "name": "$result", | 419 "name": "$result", |
442 "recipe_result": null, | 420 "recipe_result": null, |
443 "status_code": 0 | 421 "status_code": 0 |
444 } | 422 } |
445 ] | 423 ] |
OLD | NEW |