summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorstip <stip@chromium.org>2016-03-15 17:22:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-16 00:25:55 +0000
commit34a0f189c98a8b92f29b2f40ed9b0ea0f86c5432 (patch)
treea5c156c71b180ffc7aabe32422d30d7c8394cdb1 /testing
parent9b384b78a990a8d440fc2dc05a1fa59acd3d6722 (diff)
downloadchromium_src-34a0f189c98a8b92f29b2f40ed9b0ea0f86c5432.zip
chromium_src-34a0f189c98a8b92f29b2f40ed9b0ea0f86c5432.tar.gz
chromium_src-34a0f189c98a8b92f29b2f40ed9b0ea0f86c5432.tar.bz2
Re-enable swarming for Android content_browsertests the third time.
BUG=525873 Review URL: https://codereview.chromium.org/1806763002 Cr-Commit-Position: refs/heads/master@{#381364}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.linux.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 7713298..258da95 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -152,9 +152,15 @@
"test": "components_unittests"
},
{
- "args": [
- "--isolate_file_path=src/content/content_browsertests.isolate"
- ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "build.id": "KTU84P",
+ "product.board": "hammerhead"
+ }
+ ]
+ },
"test": "content_browsertests"
},
{