Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json

Issue 2071583003: V8: Use default compiler where possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 Linux - builder", 10 "V8 Linux - builder",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 gcmole=1 gomadir='[CACHE]/cipd/goma' target_arch=i a32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", 144 "GYP_DEFINES": "gcmole=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 test _isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "name": "package build" 341 "name": "package build"
364 }, 342 },
365 { 343 {
366 "cmd": [], 344 "cmd": [],
367 "name": "trigger", 345 "name": "trigger",
368 "trigger_specs": [ 346 "trigger_specs": [
369 { 347 {
370 "builder_name": "V8 Deopt Fuzzer", 348 "builder_name": "V8 Deopt Fuzzer",
371 "properties": { 349 "properties": {
372 "parent_build_environment": { 350 "parent_build_environment": {
373 "GYP_DEFINES": "clang=1 gcmole=1 target_arch=ia32 test_isolation_mod e=prepare use_goma=1 v8_target_arch=ia32", 351 "GYP_DEFINES": "gcmole=1 target_arch=ia32 test_isolation_mode=prepar e use_goma=1 v8_target_arch=ia32",
374 "GYP_GENERATORS": "ninja" 352 "GYP_GENERATORS": "ninja"
375 }, 353 },
376 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 354 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
377 "parent_got_revision_cp": "refs/heads/master@{#50110}", 355 "parent_got_revision_cp": "refs/heads/master@{#50110}",
378 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 356 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
379 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 357 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
380 "swarm_hashes": { 358 "swarm_hashes": {
381 "benchmarks": "[dummy hash for benchmarks]", 359 "benchmarks": "[dummy hash for benchmarks]",
382 "bot_default": "[dummy hash for bot_default]", 360 "bot_default": "[dummy hash for bot_default]",
383 "check-static-initializers": "[dummy hash for check-static-initializ ers]", 361 "check-static-initializers": "[dummy hash for check-static-initializ ers]",
384 "ignition": "[dummy hash for ignition]", 362 "ignition": "[dummy hash for ignition]",
385 "mjsunit": "[dummy hash for mjsunit]", 363 "mjsunit": "[dummy hash for mjsunit]",
386 "mozilla": "[dummy hash for mozilla]", 364 "mozilla": "[dummy hash for mozilla]",
387 "optimize_for_size": "[dummy hash for optimize_for_size]", 365 "optimize_for_size": "[dummy hash for optimize_for_size]",
388 "perf": "[dummy hash for perf]", 366 "perf": "[dummy hash for perf]",
389 "run-deopt-fuzzer": "[dummy hash for run-deopt-fuzzer]", 367 "run-deopt-fuzzer": "[dummy hash for run-deopt-fuzzer]",
390 "run-gcmole": "[dummy hash for run-gcmole]", 368 "run-gcmole": "[dummy hash for run-gcmole]",
391 "simdjs": "[dummy hash for simdjs]", 369 "simdjs": "[dummy hash for simdjs]",
392 "test262": "[dummy hash for test262]" 370 "test262": "[dummy hash for test262]"
393 } 371 }
394 } 372 }
395 }, 373 },
396 { 374 {
397 "builder_name": "V8 Linux", 375 "builder_name": "V8 Linux",
398 "properties": { 376 "properties": {
399 "parent_build_environment": { 377 "parent_build_environment": {
400 "GYP_DEFINES": "clang=1 gcmole=1 target_arch=ia32 test_isolation_mod e=prepare use_goma=1 v8_target_arch=ia32", 378 "GYP_DEFINES": "gcmole=1 target_arch=ia32 test_isolation_mode=prepar e use_goma=1 v8_target_arch=ia32",
401 "GYP_GENERATORS": "ninja" 379 "GYP_GENERATORS": "ninja"
402 }, 380 },
403 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 381 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
404 "parent_got_revision_cp": "refs/heads/master@{#50110}", 382 "parent_got_revision_cp": "refs/heads/master@{#50110}",
405 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 383 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
406 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 384 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
407 "swarm_hashes": { 385 "swarm_hashes": {
408 "benchmarks": "[dummy hash for benchmarks]", 386 "benchmarks": "[dummy hash for benchmarks]",
409 "bot_default": "[dummy hash for bot_default]", 387 "bot_default": "[dummy hash for bot_default]",
410 "check-static-initializers": "[dummy hash for check-static-initializ ers]", 388 "check-static-initializers": "[dummy hash for check-static-initializ ers]",
411 "ignition": "[dummy hash for ignition]", 389 "ignition": "[dummy hash for ignition]",
412 "mjsunit": "[dummy hash for mjsunit]", 390 "mjsunit": "[dummy hash for mjsunit]",
413 "mozilla": "[dummy hash for mozilla]", 391 "mozilla": "[dummy hash for mozilla]",
414 "optimize_for_size": "[dummy hash for optimize_for_size]", 392 "optimize_for_size": "[dummy hash for optimize_for_size]",
415 "perf": "[dummy hash for perf]", 393 "perf": "[dummy hash for perf]",
416 "run-deopt-fuzzer": "[dummy hash for run-deopt-fuzzer]", 394 "run-deopt-fuzzer": "[dummy hash for run-deopt-fuzzer]",
417 "run-gcmole": "[dummy hash for run-gcmole]", 395 "run-gcmole": "[dummy hash for run-gcmole]",
418 "simdjs": "[dummy hash for simdjs]", 396 "simdjs": "[dummy hash for simdjs]",
419 "test262": "[dummy hash for test262]" 397 "test262": "[dummy hash for test262]"
420 } 398 }
421 } 399 }
422 }, 400 },
423 { 401 {
424 "builder_name": "V8 Linux - presubmit", 402 "builder_name": "V8 Linux - presubmit",
425 "properties": { 403 "properties": {
426 "parent_build_environment": { 404 "parent_build_environment": {
427 "GYP_DEFINES": "clang=1 gcmole=1 target_arch=ia32 test_isolation_mod e=prepare use_goma=1 v8_target_arch=ia32", 405 "GYP_DEFINES": "gcmole=1 target_arch=ia32 test_isolation_mode=prepar e use_goma=1 v8_target_arch=ia32",
428 "GYP_GENERATORS": "ninja" 406 "GYP_GENERATORS": "ninja"
429 }, 407 },
430 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 408 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
431 "parent_got_revision_cp": "refs/heads/master@{#50110}", 409 "parent_got_revision_cp": "refs/heads/master@{#50110}",
432 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 410 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
433 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 411 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
434 "swarm_hashes": { 412 "swarm_hashes": {
435 "benchmarks": "[dummy hash for benchmarks]", 413 "benchmarks": "[dummy hash for benchmarks]",
436 "bot_default": "[dummy hash for bot_default]", 414 "bot_default": "[dummy hash for bot_default]",
437 "check-static-initializers": "[dummy hash for check-static-initializ ers]", 415 "check-static-initializers": "[dummy hash for check-static-initializ ers]",
(...skipping 23 matching lines...) Expand all
461 "buildbot_changes": [ 439 "buildbot_changes": [
462 { 440 {
463 "author": "trigger_proxy", 441 "author": "trigger_proxy",
464 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 442 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
465 } 443 }
466 ], 444 ],
467 "builder_name": "v8_trigger_proxy", 445 "builder_name": "v8_trigger_proxy",
468 "properties": { 446 "properties": {
469 "archive": "gs://chromium-v8/v8-linux-rel", 447 "archive": "gs://chromium-v8/v8-linux-rel",
470 "parent_build_environment": { 448 "parent_build_environment": {
471 "GYP_DEFINES": "clang=1 gcmole=1 target_arch=ia32 test_isolation_mod e=prepare use_goma=1 v8_target_arch=ia32", 449 "GYP_DEFINES": "gcmole=1 target_arch=ia32 test_isolation_mode=prepar e use_goma=1 v8_target_arch=ia32",
472 "GYP_GENERATORS": "ninja" 450 "GYP_GENERATORS": "ninja"
473 }, 451 },
474 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 452 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
475 "parent_got_revision_cp": "refs/heads/master@{#50110}", 453 "parent_got_revision_cp": "refs/heads/master@{#50110}",
476 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 454 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
477 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 455 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
478 "swarm_hashes": { 456 "swarm_hashes": {
479 "benchmarks": "[dummy hash for benchmarks]", 457 "benchmarks": "[dummy hash for benchmarks]",
480 "bot_default": "[dummy hash for bot_default]", 458 "bot_default": "[dummy hash for bot_default]",
481 "check-static-initializers": "[dummy hash for check-static-initializ ers]", 459 "check-static-initializers": "[dummy hash for check-static-initializ ers]",
(...skipping 13 matching lines...) Expand all
495 "~followup_annotations": [ 473 "~followup_annotations": [
496 "@@@STEP_TEXT@v8_trigger_proxy@@@" 474 "@@@STEP_TEXT@v8_trigger_proxy@@@"
497 ] 475 ]
498 }, 476 },
499 { 477 {
500 "name": "$result", 478 "name": "$result",
501 "recipe_result": null, 479 "recipe_result": null,
502 "status_code": 0 480 "status_code": 0
503 } 481 }
504 ] 482 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698