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