summaryrefslogtreecommitdiff
path: root/deps/v8/infra/testing/tryserver.v8.pyl
blob: ee6abae5d533d3e1fcbd26ce37cd17ea7b1bdc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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 trybots (please keep as reference).
  # 'v8_linux64_rel_ng_triggered': [
  #   {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
  # ],

  'v8_linux64_fyi_rel_ng_triggered': [
    {'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
    {'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 2},
    {'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1},
    {'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1},
  ],
  'v8_linux64_rel_ng_triggered': [
    {'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
    {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
  ],
  'v8_linux_gc_stress_dbg': [
    {'name': 'mjsunit', 'variant': 'slow_path', 'shards': 2},
  ],
  'v8_linux64_asan_rel_ng_triggered': [
    {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
  ],
  'v8_linux64_tsan_rel': [
    {'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
  ],
}