73210c7f40
Bug: chromium:788113 Change-Id: I205c57869caa24957d63a139f6ba0c6e8cf45749 Reviewed-on: https://chromium-review.googlesource.com/800151 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#49783}
14 lines
449 B
Plaintext
14 lines
449 B
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 trybots (please keep as reference).
|
|
# 'v8_linux64_rel_ng_triggered': [
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
# ],
|
|
|
|
'v8_linux64_rel_ng_triggered': [
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
],
|
|
} |