aboutsummaryrefslogtreecommitdiffhomepage
path: root/trybots_to_run
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-08 15:26:58 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-08 15:26:58 +0000
commit4b5d78c9b0fe03a2e580677fb8540055f2576b74 (patch)
tree12474f06840bb007ff65eb68c243cff70c2d2ad9 /trybots_to_run
parentc6ce750c73c6586a5c2e88a0620b04e9569af401 (diff)
Check in lists of trybots that are appropriate to run in various circumstances.
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
Diffstat (limited to 'trybots_to_run')
-rw-r--r--trybots_to_run/README.txt5
-rw-r--r--trybots_to_run/depsroll1
-rw-r--r--trybots_to_run/layout1
3 files changed, 7 insertions, 0 deletions
diff --git a/trybots_to_run/README.txt b/trybots_to_run/README.txt
new file mode 100644
index 0000000000..82b66f11e8
--- /dev/null
+++ b/trybots_to_run/README.txt
@@ -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
index 0000000000..42ac9be107
--- /dev/null
+++ b/trybots_to_run/depsroll
@@ -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
index 0000000000..e7b53274db
--- /dev/null
+++ b/trybots_to_run/layout
@@ -0,0 +1 @@
+linux_layout,mac_layout,win_layout \ No newline at end of file