diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-03 18:48:18 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-03 18:48:18 +0000 |
commit | 52da917814156af924589154bc8021ff34648eb4 (patch) | |
tree | 5e0204eb10b5d9dbd4aa729b64d9ed3d8526695a /trybots_to_run/chrome | |
parent | 50d6862fdbc4dfe449b6be698fd9d0b42809533a (diff) |
Add list of Skia trybots to run CLs against, along with existing lists of Chrome trybots
(SkipBuildbotRuns)
Review URL: https://codereview.chromium.org/13545002
git-svn-id: http://skia.googlecode.com/svn/trunk@8522 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'trybots_to_run/chrome')
-rw-r--r-- | trybots_to_run/chrome/README.txt | 8 | ||||
-rw-r--r-- | trybots_to_run/chrome/depsroll | 1 | ||||
-rw-r--r-- | trybots_to_run/chrome/layout | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/trybots_to_run/chrome/README.txt b/trybots_to_run/chrome/README.txt new file mode 100644 index 0000000000..019a96eb1a --- /dev/null +++ b/trybots_to_run/chrome/README.txt @@ -0,0 +1,8 @@ +This directory contains a few sets of chrome trybots that are appropriate to run in various circumstances. +See: + - https://sites.google.com/site/skiadocs/developer-documentation/managing-chrome-s-use-of-skia/how-to-run-skia-changes-through-chrome-trybots + - https://sites.google.com/site/skiadocs/developer-documentation/managing-chrome-s-use-of-skia/how-to-roll-skia-deps-within-the-chrome-repo-skia-gardening + - http://build.chromium.org/p/tryserver.chromium/waterfall + +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/chrome/depsroll b/trybots_to_run/chrome/depsroll new file mode 100644 index 0000000000..bd3757d4c0 --- /dev/null +++ b/trybots_to_run/chrome/depsroll @@ -0,0 +1 @@ +android,cros_daisy,linux,linux_asan,linux_chromeos,linux_chromeos_asan,linux_gpu,linux_heapcheck,linux_layout,linux_layout_rel,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/chrome/layout b/trybots_to_run/chrome/layout new file mode 100644 index 0000000000..29afb80a5e --- /dev/null +++ b/trybots_to_run/chrome/layout @@ -0,0 +1 @@ +linux_gpu,linux_layout,linux_layout_rel,mac_gpu,mac_layout,mac_layout_rel,win_gpu,win_layout,win_layout_rel
\ No newline at end of file |