Index: testing/buildbot/chromium_arm.json |
diff --git a/testing/buildbot/chromium_arm.json b/testing/buildbot/chromium_arm.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0d8196b86e22cb5db113b23c9757424e4dde5ff9 |
--- /dev/null |
+++ b/testing/buildbot/chromium_arm.json |
@@ -0,0 +1,8 @@ |
+[ |
+ { |
+ "description": ["These tests will be run on an ARM device, which is farily", |
Mark Seaborn
2014/05/09 21:26:31
"fairly"
|
+ "slow, that's why we run a much smaller set of tests"], |
Mark Seaborn
2014/05/09 21:26:31
Maybe also say that we run NaCl tests specifically
|
+ "test": "browser_tests", |
+ "args": "--gtest-filter='*NaCl*'" |
+ } |
+] |