| 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 - builder", | 10 "V8 Linux64 - 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' target_arch=x64 test_i
solation_mode=prepare use_goma=1 v8_target_arch=x64", | 144 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation
_mode=prepare use_goma=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 "Release", | 232 "Release", |
| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "name": "package build" | 337 "name": "package build" |
| 360 }, | 338 }, |
| 361 { | 339 { |
| 362 "cmd": [], | 340 "cmd": [], |
| 363 "name": "trigger", | 341 "name": "trigger", |
| 364 "trigger_specs": [ | 342 "trigger_specs": [ |
| 365 { | 343 { |
| 366 "builder_name": "V8 Linux64", | 344 "builder_name": "V8 Linux64", |
| 367 "properties": { | 345 "properties": { |
| 368 "parent_build_environment": { | 346 "parent_build_environment": { |
| 369 "GYP_DEFINES": "clang=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1 v8_target_arch=x64", | 347 "GYP_DEFINES": "target_arch=x64 test_isolation_mode=prepare use_goma
=1 v8_target_arch=x64", |
| 370 "GYP_GENERATORS": "ninja" | 348 "GYP_GENERATORS": "ninja" |
| 371 }, | 349 }, |
| 372 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 350 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 373 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 351 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 374 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 352 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 375 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 353 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 376 "swarm_hashes": { | 354 "swarm_hashes": { |
| 377 "benchmarks": "[dummy hash for benchmarks]", | 355 "benchmarks": "[dummy hash for benchmarks]", |
| 378 "bot_default": "[dummy hash for bot_default]", | 356 "bot_default": "[dummy hash for bot_default]", |
| 379 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 357 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
| 380 "ignition": "[dummy hash for ignition]", | 358 "ignition": "[dummy hash for ignition]", |
| 381 "mjsunit": "[dummy hash for mjsunit]", | 359 "mjsunit": "[dummy hash for mjsunit]", |
| 382 "mozilla": "[dummy hash for mozilla]", | 360 "mozilla": "[dummy hash for mozilla]", |
| 383 "optimize_for_size": "[dummy hash for optimize_for_size]", | 361 "optimize_for_size": "[dummy hash for optimize_for_size]", |
| 384 "perf": "[dummy hash for perf]", | 362 "perf": "[dummy hash for perf]", |
| 385 "simdjs": "[dummy hash for simdjs]", | 363 "simdjs": "[dummy hash for simdjs]", |
| 386 "test262": "[dummy hash for test262]" | 364 "test262": "[dummy hash for test262]" |
| 387 } | 365 } |
| 388 } | 366 } |
| 389 }, | 367 }, |
| 390 { | 368 { |
| 391 "builder_name": "V8 Linux64 - avx2", | 369 "builder_name": "V8 Linux64 - avx2", |
| 392 "properties": { | 370 "properties": { |
| 393 "parent_build_environment": { | 371 "parent_build_environment": { |
| 394 "GYP_DEFINES": "clang=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1 v8_target_arch=x64", | 372 "GYP_DEFINES": "target_arch=x64 test_isolation_mode=prepare use_goma
=1 v8_target_arch=x64", |
| 395 "GYP_GENERATORS": "ninja" | 373 "GYP_GENERATORS": "ninja" |
| 396 }, | 374 }, |
| 397 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 375 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 398 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 376 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 399 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 377 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 400 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 378 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 401 "swarm_hashes": { | 379 "swarm_hashes": { |
| 402 "benchmarks": "[dummy hash for benchmarks]", | 380 "benchmarks": "[dummy hash for benchmarks]", |
| 403 "bot_default": "[dummy hash for bot_default]", | 381 "bot_default": "[dummy hash for bot_default]", |
| 404 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 382 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 426 "buildbot_changes": [ | 404 "buildbot_changes": [ |
| 427 { | 405 { |
| 428 "author": "trigger_proxy", | 406 "author": "trigger_proxy", |
| 429 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" | 407 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" |
| 430 } | 408 } |
| 431 ], | 409 ], |
| 432 "builder_name": "v8_trigger_proxy", | 410 "builder_name": "v8_trigger_proxy", |
| 433 "properties": { | 411 "properties": { |
| 434 "archive": "gs://chromium-v8/v8-linux64-rel", | 412 "archive": "gs://chromium-v8/v8-linux64-rel", |
| 435 "parent_build_environment": { | 413 "parent_build_environment": { |
| 436 "GYP_DEFINES": "clang=1 target_arch=x64 test_isolation_mode=prepare
use_goma=1 v8_target_arch=x64", | 414 "GYP_DEFINES": "target_arch=x64 test_isolation_mode=prepare use_goma
=1 v8_target_arch=x64", |
| 437 "GYP_GENERATORS": "ninja" | 415 "GYP_GENERATORS": "ninja" |
| 438 }, | 416 }, |
| 439 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 417 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 440 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 418 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
| 441 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 419 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
| 442 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 420 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
| 443 "swarm_hashes": { | 421 "swarm_hashes": { |
| 444 "benchmarks": "[dummy hash for benchmarks]", | 422 "benchmarks": "[dummy hash for benchmarks]", |
| 445 "bot_default": "[dummy hash for bot_default]", | 423 "bot_default": "[dummy hash for bot_default]", |
| 446 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 424 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 458 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 459 "@@@STEP_TEXT@v8_trigger_proxy@@@" | 437 "@@@STEP_TEXT@v8_trigger_proxy@@@" |
| 460 ] | 438 ] |
| 461 }, | 439 }, |
| 462 { | 440 { |
| 463 "name": "$result", | 441 "name": "$result", |
| 464 "recipe_result": null, | 442 "recipe_result": null, |
| 465 "status_code": 0 | 443 "status_code": 0 |
| 466 } | 444 } |
| 467 ] | 445 ] |
| OLD | NEW |