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}
20 lines
609 B
Plaintext
20 lines
609 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 CI bots (please keep as reference).
|
|
# 'V8 Linux64': [
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
# ],
|
|
# 'V8 Linux64 - debug': [
|
|
# {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
|
|
# ],
|
|
|
|
'V8 Linux64': [
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
],
|
|
'V8 Linux64 - debug': [
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
],
|
|
} |