• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This example experiment shows how to run a basic test, using a
2# (previously made) trybot image.
3
4#
5# You should replace all the placeholders, marked by angle-brackets,
6# with the appropriate actual values.
7
8name: trybot_example
9board: <your-board-goes-here>
10
11# Note:  You can specify multiple remotes, to run your tests in parallel on
12# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
13# test-machine3.com"
14remote: <your-remote-goes-here>
15
16
17benchmark: canvasmark {
18  suite:telemetry_Crosperf
19  iterations: 1
20}
21
22
23# Replace <path-to-your-chroot-goes-here> with the actual directory path
24# to the top of your ChromimumOS chroot.
25trybot_image {
26  chromeos_root:<path-to-your-chroot-goes-here>
27  # Replace "trybot-lumpy-paladin/R34-5417.0.0-b1506" with the name of the
28  # trybot image that you wish to use.  You can find this by going to the
29  # trybot build log, going to the 'Report' stage, and looking for 'Build
30  # Artifacts' at the bottom. You can extract the trybot image name from that.
31  build:trybot-lumpy-paladin/R34-5417.0.0-b1506
32}
33
34