|
1 | | -# Copyright 2017 The V8 project authors. All rights reserved. |
| 1 | +# Copyright 2018 The V8 project authors. All rights reserved. |
2 | 2 | # Use of this source code is governed by a BSD-style license that can be |
3 | 3 | # found in the LICENSE file. |
4 | 4 |
|
5 | 5 | { |
6 | | - ### Example configuration for trybots (please keep as reference). |
7 | | - # 'v8_linux64_rel_ng_triggered': { |
8 | | - # 'tests': [ |
9 | | - # {'name': 'benchmarks', 'variant': 'default', 'shards': 1}, |
10 | | - # ], |
11 | | - # }, |
12 | | - |
| 6 | + ############################################################################## |
| 7 | + ### luci.v8.try |
13 | 8 | ############################################################################## |
14 | 9 | # Linux32 |
15 | 10 | 'v8_linux_dbg_ng_triggered': { |
|
257 | 252 | {'name': 'v8testing', 'variant': 'extra'}, |
258 | 253 | ], |
259 | 254 | }, |
| 255 | + ############################################################################## |
| 256 | + ### luci.v8.ci |
| 257 | + ############################################################################## |
| 258 | + # Linux32 |
| 259 | + 'V8 Linux - debug': { |
| 260 | + 'tests': [ |
| 261 | + {'name': 'd8testing', 'variant': 'code_serializer', 'shards': 1}, |
| 262 | + {'name': 'mozilla', 'variant': 'code_serializer', 'shards': 1}, |
| 263 | + {'name': 'test262_variants', 'variant': 'code_serializer', 'shards': 1}, |
| 264 | + {'name': 'benchmarks', 'variant': 'code_serializer', 'shards': 1}, |
| 265 | + ], |
| 266 | + }, |
| 267 | + 'V8 Linux - gc stress': { |
| 268 | + 'tests': [ |
| 269 | + {'name': 'mjsunit', 'variant': 'slow_path', 'shards': 2}, |
| 270 | + ], |
| 271 | + }, |
| 272 | + ############################################################################## |
| 273 | + # Linux64 |
| 274 | + 'V8 Linux64': { |
| 275 | + 'tests': [ |
| 276 | + {'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1}, |
| 277 | + ], |
| 278 | + }, |
| 279 | + 'V8 Linux64 - debug': { |
| 280 | + 'tests': [ |
| 281 | + {'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1}, |
| 282 | + {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1}, |
| 283 | + ], |
| 284 | + }, |
| 285 | + 'V8 Linux64 - debug - fyi': { |
| 286 | + 'tests': [ |
| 287 | + {'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2}, |
| 288 | + {'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 3}, |
| 289 | + {'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1}, |
| 290 | + {'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1}, |
| 291 | + ], |
| 292 | + }, |
| 293 | + 'V8 Linux64 - fyi': { |
| 294 | + 'tests': [ |
| 295 | + {'name': 'v8testing', 'variant': 'infra_staging', 'shards': 1}, |
| 296 | + {'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 2}, |
| 297 | + {'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1}, |
| 298 | + {'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1}, |
| 299 | + ], |
| 300 | + }, |
| 301 | + 'V8 Linux64 ASAN': { |
| 302 | + 'tests': [ |
| 303 | + {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1}, |
| 304 | + ], |
| 305 | + }, |
| 306 | + 'V8 Linux64 TSAN': { |
| 307 | + 'tests': [ |
| 308 | + {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1}, |
| 309 | + ], |
| 310 | + }, |
260 | 311 | } |
0 commit comments