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