summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 19:47:41 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-19 19:47:41 +0000
commitff23e557438cd2b61a88ba8fa978a2acd315842d (patch)
tree553735c1e8181fde14259585e18b0e28f6f7fdd2 /testing
parentdb9498827ee65bf07808f6058eb46cf5159af992 (diff)
downloadchromium_src-ff23e557438cd2b61a88ba8fa978a2acd315842d.zip
chromium_src-ff23e557438cd2b61a88ba8fa978a2acd315842d.tar.gz
chromium_src-ff23e557438cd2b61a88ba8fa978a2acd315842d.tar.bz2
Add very simple test list for chromium_trybot recipe to the chromium tree
This will allow changing, adding, and removing tests without two-sided patches. The list format can be extended in the future, for now keeping it as simple and static as possible. BUG=332239 R=darin@chromium.org, iannucci@chromium.org Review URL: https://codereview.chromium.org/166663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/OWNERS3
-rw-r--r--testing/buildbot/chromium_trybot.json10
2 files changed, 13 insertions, 0 deletions
diff --git a/testing/buildbot/OWNERS b/testing/buildbot/OWNERS
new file mode 100644
index 0000000..a6eb6e9
--- /dev/null
+++ b/testing/buildbot/OWNERS
@@ -0,0 +1,3 @@
+darin@chromium.org
+phajdan.jr@chromium.org
+sky@chromium.org
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
new file mode 100644
index 0000000..3d3c2c2
--- /dev/null
+++ b/testing/buildbot/chromium_trybot.json
@@ -0,0 +1,10 @@
+[
+ "mojo_common_unittests",
+ "mojo_js_unittests",
+ "mojo_public_bindings_unittests",
+ "mojo_public_environment_unittests",
+ "mojo_public_system_unittests",
+ "mojo_public_utility_unittests",
+ "mojo_shell_unittests",
+ "mojo_system_unittests"
+]