Builder V8 Linux64 - internal snapshot Build 20131
Results:
Success
Trigger Info:
Project | v8 |
Revision | 25457c60a72f98ae2851501a1917007665b820bf |
Got Revision | 25457c60a72f98ae2851501a1917007665b820bf |
Execution:
- Source: Task 429867c4683a6510
- Bot: swarm434-c4
- Recipe: v8
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/swarming/w/ir/cache", "temp_dir": "/b/swarming/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "swarm434-c4" | setup_build |
branch | "refs/heads/master" | setup_build |
build_config | "Release" | setup_build |
buildbucket | {"build": {"bucket": "luci.v8.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548328778194025, "id": "8923453319035163872", "project": "v8", "tags": ["builder:V8 Linux64 - internal snapshot", "buildset:commit/git/25457c60a72f98ae2851501a1917007665b820bf", "buildset:commit/gitiles/chromium.googlesource.com/v8/v8/+/25457c60a72f98ae2851501a1917007665b820bf", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9088883381107127808", "scheduler_job_id:v8/V8 Linux64 - internal snapshot", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "V8 Linux64 - internal snapshot" | setup_build |
buildnumber | 20131 | setup_build |
mastername | "client.v8" | setup_build |
path_config | "generic" | setup_build |
recipe | "v8" | setup_build |
repository | "https://chromium.googlesource.com/v8/v8" | setup_build |
revision | "25457c60a72f98ae2851501a1917007665b820bf" | setup_build |
Blamelist:
- Tamer Tas (tmrtsohnoyoudont@chromium.org)
Timing:
Create | Thursday, 24-Jan-19 11:19:38 UTC |
Start | Thursday, 24-Jan-19 11:22:33 UTC |
End | Thursday, 24-Jan-19 11:35:11 UTC |
Pending | 2 mins 55 secs |
Execution | 12 mins 37 secs |
All Changes:
-
[testrunner] load tests concurrently into test execution processor
Changed by Tamer Tas - tmrtsohnoyoudont@chromium.org Changed at Thursday, 24-Jan-19 11:19:12 UTC Repository https://chromium.googlesource.com/v8/v8 Branch Revision 25457c60a72f98ae2851501a1917007665b820bf Comments
[testrunner] load tests concurrently into test execution processor loading every test up-front into the processing queue costs about 224MB for a x64 testsuite run. This CL eliminates that overhead by utilizing generators and threading. LoadingProc now loads test after receiving the results of the loaded tests. R=machenbach@chromium.org CC=​yangguo@chromium.org,sergiyb@chromium.org Bug: v8:8174 Change-Id: I8f4e6de38430c54fe126e4504b52851866769efb Reviewed-on: https://chromium-review.googlesource.com/c/1420678 Commit-Queue: Tamer Tas <tmrts@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#59056}
Changed files
- tools/testrunner/standard_runner.py
- tools/testrunner/testproc/execution.py
- tools/testrunner/testproc/loader.py