aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/official-image.exp
blob: bce7d6a321a0af07612b4eea653da79b7de46378 (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
31
32
33
34
35
36
37
38
39
40
41
# This example experiment file shows how to run a basic test, using
# official images.
#
# You should replace all the placeholders, marked by angle-brackets,
# with the appropriate actual values.

name: official_image_example

board: <your-board-goes-here>

# Note:  You can specify multiple remotes, to run your tests in parallel on
# multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
# test-machine3.com"
remote: <your-remote-goes-here>

benchmark: canvasmark {
  suite:telemetry_Crosperf
  iterations: 1
}


# Replace <path-to-your-chroot-goes-here> with the actual directory path
# to the top of your ChromimumOS chroot.
first_official_image {
  chromeos_root:<path-to-your-chroot-goes-here>
  # Replace "latest-official" with the appropriate xbuddy version alias
  # for the official image you want to use (see
  # http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/using-the-dev-server/xbuddy-for-devserver#TOC-XBuddy-Paths
  # for xbuddy syntax).  
  build: latest-official
}

second_official_image {
  # Replace <path-to-your-chroot-goes-here> with actual path.
  chromeos_root:<path-to-your-chroot-goes-here>
  # Replace "lumpy-release/R35-5672.0.0" with the official image you want
  # to use.
  build:lumpy-release/R35-5672.0.0
}