70147ff2f0
This reverts commit 9808093ef6
.
Reason for revert:
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20debug/builds/19149
Original change's description:
> Update test configurations for code serializer
>
> Update test configurations on the bots to test for serializing
> after execute (--cache=after-execute) and producing full code
> cache (--cache=full-code-cache) options. We no longer need
> to test serializing before execute (--cache=code) on the bots.
>
> Bug: v8:7302
> Change-Id: I123b07028d9231f6da6145b72b62b9ee31352388
> Reviewed-on: https://chromium-review.googlesource.com/869931
> Commit-Queue: Mythri Alle <mythria@chromium.org>
> Reviewed-by: Yang Guo <yangguo@chromium.org>
> Reviewed-by: Michael Achenbach <machenbach@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#51235}
TBR=machenbach@chromium.org,yangguo@chromium.org,mythria@chromium.org
Change-Id: I47e03101804194c21b0edf418b744b0ccb66cbf6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:7302
Reviewed-on: https://chromium-review.googlesource.com/913134
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51236}
49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
# Copyright 2017 The V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
### Example configuration for CI bots (please keep as reference).
|
|
# 'V8 Linux64': [
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
# ],
|
|
# 'V8 Linux64 - debug': [
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
# ],
|
|
|
|
'V8 Linux - debug': [
|
|
{'name': 'd8testing', 'variant': 'code_serializer', 'shards': 1},
|
|
{'name': 'mozilla', 'variant': 'code_serializer', 'shards': 1},
|
|
{'name': 'test262_variants', 'variant': 'code_serializer', 'shards': 1},
|
|
{'name': 'benchmarks', 'variant': 'code_serializer', 'shards': 1},
|
|
],
|
|
'V8 Linux - gc stress': [
|
|
{'name': 'mjsunit', 'variant': 'slow_path', 'shards': 2},
|
|
],
|
|
'V8 Linux64': [
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
],
|
|
'V8 Linux64 - debug': [
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
|
],
|
|
'V8 Linux64 ASAN': [
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
|
],
|
|
'V8 Linux64 TSAN': [
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
|
],
|
|
'V8 Linux64 - fyi': [
|
|
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 1},
|
|
{'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 2},
|
|
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1},
|
|
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1},
|
|
],
|
|
'V8 Linux64 - debug - fyi': [
|
|
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
|
|
{'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 3},
|
|
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1},
|
|
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1},
|
|
],
|
|
}
|