Check in lists of trybots that are appropriate to run in various circumstances.
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 8 May 2012 15:26:58 +0000 (15:26 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 8 May 2012 15:26:58 +0000 (15:26 +0000)
Usage: gcl try --bot=$(svn cat http://skia.googlecode.com/svn/trunk/trybots_to_run/depsroll)
Review URL: https://codereview.appspot.com/6192060

git-svn-id: http://skia.googlecode.com/svn/trunk@3868 2bbb7eff-a529-9590-31e7-b0007b416f81

trybots_to_run/README.txt [new file with mode: 0644]
trybots_to_run/depsroll [new file with mode: 0644]
trybots_to_run/layout [new file with mode: 0644]

diff --git a/trybots_to_run/README.txt b/trybots_to_run/README.txt
new file mode 100644 (file)
index 0000000..82b66f1
--- /dev/null
@@ -0,0 +1,5 @@
+This directory contains a few sets of trybots that are appropriate to run in various circumstances.
+See http://code.google.com/p/skia/wiki/ChromeTrybots and http://go/SkiaGardenerStepByStep .
+
+depsroll: these are the trybots we should run before committing a Skia DEPS roll into Chrome
+layout: a smaller set to exercise most layout tests
diff --git a/trybots_to_run/depsroll b/trybots_to_run/depsroll
new file mode 100644 (file)
index 0000000..42ac9be
--- /dev/null
@@ -0,0 +1 @@
+android,linux,linux_asan,linux_chromeos,linux_chromeos_asan,linux_gpu,linux_heapcheck,linux_layout,linux_layout_rel,linux_shared,mac,mac_asan,mac_gpu,mac_layout,mac_layout_rel,win,win_gpu,win_layout,win_layout_rel
\ No newline at end of file
diff --git a/trybots_to_run/layout b/trybots_to_run/layout
new file mode 100644 (file)
index 0000000..e7b5327
--- /dev/null
@@ -0,0 +1 @@
+linux_layout,mac_layout,win_layout
\ No newline at end of file