aboutsummaryrefslogtreecommitdiff
path: root/crosperf/experiment_files/official-image.exp
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2014-04-23 12:05:34 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-23 22:59:29 +0000
commitf4220a30480a945c93d6fdf6fb5853b3ba36c6d1 (patch)
treec4555df875964289506220caa367a1a4515abdf3 /crosperf/experiment_files/official-image.exp
parentdd75bad34c994c9f3638a83798aedab363e469f1 (diff)
downloadtoolchain-utils-f4220a30480a945c93d6fdf6fb5853b3ba36c6d1.tar.gz
Update and standardize example experiment files.
This cleans up the example experiment files, makes sure they are all up to date, and that they use consisten wording and examples throughout. It also renames some of them. BUG=None TEST=None Change-Id: I1bbf9e364a0dfae7cfb880011f2c140e1a347e98 Reviewed-on: https://chrome-internal-review.googlesource.com/161386 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'crosperf/experiment_files/official-image.exp')
-rw-r--r--crosperf/experiment_files/official-image.exp40
1 files changed, 25 insertions, 15 deletions
diff --git a/crosperf/experiment_files/official-image.exp b/crosperf/experiment_files/official-image.exp
index 72be02bc..bce7d6a3 100644
--- a/crosperf/experiment_files/official-image.exp
+++ b/crosperf/experiment_files/official-image.exp
@@ -1,14 +1,18 @@
-# This is an example experiment file for Crosperf, showing how to run
-# a basic test, using a (previously made) trybot image.
+# 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
-name: trybot_example
-# Replace board and remote values below appropriately. e.g. "lumpy" and
-# "123.45.678.901" or "my-machine.blah.com".
board: <your-board-goes-here>
-remote: <your-remote-ip-address-here>
-# You can replace 'canvasmark' below with the name of the Telemetry
-# benchmakr you want to run.
+# 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
@@ -17,15 +21,21 @@ benchmark: canvasmark {
# Replace <path-to-your-chroot-goes-here> with the actual directory path
# to the top of your ChromimumOS chroot.
-trybot_image {
+first_official_image {
chromeos_root:<path-to-your-chroot-goes-here>
- # Replace <xbuddy-official-image-designation> with the xbuddy syntax
+ # 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). Omit the "http://xbuddy/remote/<board>/" prefix.
- # For example, if you want to use the "latest-dev" official image,
- # your build field would look like:
- # build:latest-dev
- build:<xbuddy-official-image-designation>
+ # 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
}
+