Index: testing/buildbot/chromium_athena.json |
diff --git a/testing/buildbot/chromium_athena.json b/testing/buildbot/chromium_athena.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7b9d3c6a441c8ff114e4e50bddaef4e88db4ce26 |
--- /dev/null |
+++ b/testing/buildbot/chromium_athena.json |
@@ -0,0 +1,22 @@ |
+{ |
+ "compile_targets": [ |
+ "chrome", |
+ "athena_main" |
+ ], |
+ "gtest_tests": [ |
+ { |
+ "test": "browser_tests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "shards": 5 |
+ } |
+ }, |
+ { |
+ "test": "athena_unittests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true, |
+ "shards": 5 |
+ } |
+ } |
+ ] |
+} |