Commit 23ccfa1d authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Turn exemplary configurations into reference comments

This also updates the README with guidelines.

Bug: chromium:788104
Change-Id: I0ca0ea78c5990204b0242be9c7fe6368439a5dd1
Reviewed-on: https://chromium-review.googlesource.com/796311Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49713}
parent c13981cd
...@@ -33,4 +33,18 @@ Example: ...@@ -33,4 +33,18 @@ Example:
{'name': 'v8testing', 'variant': 'nooptimization', 'shards': 2}, {'name': 'v8testing', 'variant': 'nooptimization', 'shards': 2},
], ],
} }
```
## Guidelines
Please keep trybots and continuous bots in sync. E.g. add the same configuration
for the release and debug CI bots and the corresponding trybot (where
applicable). E.g.
```
tryserver.v8:
v8_linux64_rel_ng_triggered
client.v8:
V8 Linux64
V8 Linux64 - debug
``` ```
\ No newline at end of file
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
# found in the LICENSE file. # found in the LICENSE file.
{ {
'V8 Linux64': [ ### Example configuration for CI bots (please keep as reference).
{'name': 'benchmarks', 'variant': 'default', 'shards': 1}, # 'V8 Linux64': [
], # {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
'V8 Linux64 - debug': [ # ],
{'name': 'benchmarks', 'variant': 'default', 'shards': 1}, # 'V8 Linux64 - debug': [
], # {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
# ],
} }
\ No newline at end of file
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# found in the LICENSE file. # found in the LICENSE file.
{ {
'v8_linux64_rel_ng_triggered': [ ### Example configuration for trybots (please keep as reference).
{'name': 'benchmarks', 'variant': 'default', 'shards': 1}, # 'v8_linux64_rel_ng_triggered': [
], # {'name': 'benchmarks', 'variant': 'default', 'shards': 1},
# ],
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment