From 4b5d78c9b0fe03a2e580677fb8540055f2576b74 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Tue, 8 May 2012 15:26:58 +0000 Subject: [PATCH] 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 --- trybots_to_run/README.txt | 5 +++++ trybots_to_run/depsroll | 1 + trybots_to_run/layout | 1 + 3 files changed, 7 insertions(+) create mode 100644 trybots_to_run/README.txt create mode 100644 trybots_to_run/depsroll create mode 100644 trybots_to_run/layout diff --git a/trybots_to_run/README.txt b/trybots_to_run/README.txt new file mode 100644 index 0000000..82b66f1 --- /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 0000000..42ac9be --- /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 0000000..e7b5327 --- /dev/null +++ b/trybots_to_run/layout @@ -0,0 +1 @@ +linux_layout,mac_layout,win_layout \ No newline at end of file -- 2.7.4