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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]",
13 "name": "git setup (swarming_client)" 12 "name": "git setup (swarming_client)"
14 }, 13 },
15 { 14 {
16 "cmd": [ 15 "cmd": [
17 "git", 16 "git",
18 "retry", 17 "retry",
19 "fetch", 18 "fetch",
20 "origin", 19 "origin",
21 "[dummy swarming client hash]" 20 "[dummy swarming client hash]"
22 ], 21 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@"
81 ] 80 ]
82 }, 81 },
83 { 82 {
84 "cmd": [ 83 "cmd": [
85 "python", 84 "python",
86 "-u", 85 "-u",
87 "[SLAVE_BUILD]/swarming.client/swarming.py", 86 "[SLAVE_BUILD]/swarming.client/swarming.py",
88 "--version" 87 "--version"
89 ], 88 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "swarming.py --version", 89 "name": "swarming.py --version",
92 "stdout": "/path/to/tmp/", 90 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 91 "~followup_annotations": [
94 "@@@STEP_TEXT@0.4.10@@@" 92 "@@@STEP_TEXT@0.4.10@@@"
95 ] 93 ]
96 }, 94 },
97 { 95 {
98 "cmd": [ 96 "cmd": [
99 "python", 97 "python",
100 "-u", 98 "-u",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "--timeout=200", 164 "--timeout=200",
167 "--random-seed=-2135455718", 165 "--random-seed=-2135455718",
168 "mjsunit", 166 "mjsunit",
169 "--gc-stress", 167 "--gc-stress",
170 "--exhaustive-variants", 168 "--exhaustive-variants",
171 "--rerun-failures-count=2", 169 "--rerun-failures-count=2",
172 "--swarming", 170 "--swarming",
173 "--json-test-results", 171 "--json-test-results",
174 "${ISOLATED_OUTDIR}/output.json" 172 "${ISOLATED_OUTDIR}/output.json"
175 ], 173 ],
176 "cwd": "[SLAVE_BUILD]",
177 "name": "[trigger] Mjsunit on Ubuntu-12.04", 174 "name": "[trigger] Mjsunit on Ubuntu-12.04",
178 "~followup_annotations": [ 175 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output@{@@@", 176 "@@@STEP_LOG_LINE@json.output@{@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04 /[dummy has/V8 Linux - gc stress/571\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit/Ubuntu-12.04 /[dummy has/V8 Linux - gc stress/571\", @@@",
181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 178 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin ux - gc stress/571:3:0\": {@@@", 179 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit/Ubuntu-12.04/[dummy has/V8 Lin ux - gc stress/571:3:0\": {@@@",
183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 180 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 182 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
186 "@@@STEP_LOG_LINE@json.output@ }, @@@", 183 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "--timeout=200", 271 "--timeout=200",
275 "--random-seed=-2135455718", 272 "--random-seed=-2135455718",
276 "webkit", 273 "webkit",
277 "--gc-stress", 274 "--gc-stress",
278 "--exhaustive-variants", 275 "--exhaustive-variants",
279 "--rerun-failures-count=2", 276 "--rerun-failures-count=2",
280 "--swarming", 277 "--swarming",
281 "--json-test-results", 278 "--json-test-results",
282 "${ISOLATED_OUTDIR}/output.json" 279 "${ISOLATED_OUTDIR}/output.json"
283 ], 280 ],
284 "cwd": "[SLAVE_BUILD]",
285 "name": "[trigger] Webkit on Ubuntu-12.04", 281 "name": "[trigger] Webkit on Ubuntu-12.04",
286 "~followup_annotations": [ 282 "~followup_annotations": [
287 "@@@STEP_LOG_LINE@json.output@{@@@", 283 "@@@STEP_LOG_LINE@json.output@{@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/ [dummy has/V8 Linux - gc stress/571\", @@@", 284 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Webkit/Ubuntu-12.04/ [dummy has/V8 Linux - gc stress/571\", @@@",
289 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 285 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
290 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu x - gc stress/571\": {@@@", 286 "@@@STEP_LOG_LINE@json.output@ \"Webkit/Ubuntu-12.04/[dummy has/V8 Linu x - gc stress/571\": {@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
294 "@@@STEP_LOG_LINE@json.output@ }@@@", 290 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "--random-seed=-2135455718", 367 "--random-seed=-2135455718",
372 "mjsunit", 368 "mjsunit",
373 "--ignition-turbofan", 369 "--ignition-turbofan",
374 "--gc-stress", 370 "--gc-stress",
375 "--variants=ignition_turbofan", 371 "--variants=ignition_turbofan",
376 "--rerun-failures-count=2", 372 "--rerun-failures-count=2",
377 "--swarming", 373 "--swarming",
378 "--json-test-results", 374 "--json-test-results",
379 "${ISOLATED_OUTDIR}/output.json" 375 "${ISOLATED_OUTDIR}/output.json"
380 ], 376 ],
381 "cwd": "[SLAVE_BUILD]",
382 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04", 377 "name": "[trigger] Mjsunit - ignition - turbofan on Ubuntu-12.04",
383 "~followup_annotations": [ 378 "~followup_annotations": [
384 "@@@STEP_LOG_LINE@json.output@{@@@", 379 "@@@STEP_LOG_LINE@json.output@{@@@",
385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@", 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571\", @@@",
386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
387 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1 2.04/[dummy has/V8 Linux - gc stress/571:2:0\": {@@@", 382 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition - turbofan/Ubuntu-1 2.04/[dummy has/V8 Linux - gc stress/571:2:0\": {@@@",
388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
391 "@@@STEP_LOG_LINE@json.output@ }, @@@", 386 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 24 matching lines...) Expand all
416 "--", 411 "--",
417 "collect", 412 "collect",
418 "--swarming", 413 "--swarming",
419 "https://chromium-swarm.appspot.com", 414 "https://chromium-swarm.appspot.com",
420 "--decorate", 415 "--decorate",
421 "--print-status-updates", 416 "--print-status-updates",
422 "--shards", 417 "--shards",
423 "3", 418 "3",
424 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" 419 "Mjsunit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571"
425 ], 420 ],
426 "cwd": "[SLAVE_BUILD]",
427 "name": "Mjsunit", 421 "name": "Mjsunit",
428 "~followup_annotations": [ 422 "~followup_annotations": [
429 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 423 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
430 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 424 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
431 "@@@STEP_LOG_LINE@durations@@@@", 425 "@@@STEP_LOG_LINE@durations@@@@",
432 "@@@STEP_LOG_LINE@durations@Details:@@@", 426 "@@@STEP_LOG_LINE@durations@Details:@@@",
433 "@@@STEP_LOG_LINE@durations@@@@", 427 "@@@STEP_LOG_LINE@durations@@@@",
434 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 428 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
435 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 429 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
436 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 430 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
457 "--", 451 "--",
458 "collect", 452 "collect",
459 "--swarming", 453 "--swarming",
460 "https://chromium-swarm.appspot.com", 454 "https://chromium-swarm.appspot.com",
461 "--decorate", 455 "--decorate",
462 "--print-status-updates", 456 "--print-status-updates",
463 "--shards", 457 "--shards",
464 "1", 458 "1",
465 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571" 459 "Webkit/Ubuntu-12.04/[dummy has/V8 Linux - gc stress/571"
466 ], 460 ],
467 "cwd": "[SLAVE_BUILD]",
468 "name": "Webkit", 461 "name": "Webkit",
469 "~followup_annotations": [ 462 "~followup_annotations": [
470 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 463 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
471 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 464 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
472 "@@@STEP_LOG_LINE@durations@@@@", 465 "@@@STEP_LOG_LINE@durations@@@@",
473 "@@@STEP_LOG_LINE@durations@Details:@@@", 466 "@@@STEP_LOG_LINE@durations@Details:@@@",
474 "@@@STEP_LOG_LINE@durations@@@@", 467 "@@@STEP_LOG_LINE@durations@@@@",
475 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 468 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
476 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 469 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
477 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 470 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
(...skipping 20 matching lines...) Expand all
498 "--", 491 "--",
499 "collect", 492 "collect",
500 "--swarming", 493 "--swarming",
501 "https://chromium-swarm.appspot.com", 494 "https://chromium-swarm.appspot.com",
502 "--decorate", 495 "--decorate",
503 "--print-status-updates", 496 "--print-status-updates",
504 "--shards", 497 "--shards",
505 "2", 498 "2",
506 "Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stres s/571" 499 "Mjsunit - ignition - turbofan/Ubuntu-12.04/[dummy has/V8 Linux - gc stres s/571"
507 ], 500 ],
508 "cwd": "[SLAVE_BUILD]",
509 "name": "Mjsunit - ignition - turbofan", 501 "name": "Mjsunit - ignition - turbofan",
510 "~followup_annotations": [ 502 "~followup_annotations": [
511 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 503 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
512 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 504 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
513 "@@@STEP_LOG_LINE@durations@@@@", 505 "@@@STEP_LOG_LINE@durations@@@@",
514 "@@@STEP_LOG_LINE@durations@Details:@@@", 506 "@@@STEP_LOG_LINE@durations@Details:@@@",
515 "@@@STEP_LOG_LINE@durations@@@@", 507 "@@@STEP_LOG_LINE@durations@@@@",
516 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 508 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
517 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 509 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
518 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 510 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
519 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 511 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
520 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
521 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 513 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
522 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
523 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 515 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
524 "@@@STEP_LOG_END@durations@@@" 516 "@@@STEP_LOG_END@durations@@@"
525 ] 517 ]
526 }, 518 },
527 { 519 {
528 "name": "$result", 520 "name": "$result",
529 "recipe_result": null, 521 "recipe_result": null,
530 "status_code": 0 522 "status_code": 0
531 } 523 }
532 ] 524 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698