summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-11-09 20:57:29 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-10 04:58:15 +0000
commit7c13babb118fb5643de1ef05bb642529bebbda7c (patch)
treec924995691c89fa34faf29c1f6282596a779ba54 /testing
parent53aa886a4f65b7350aa372749bb18ef3a6e7ae3c (diff)
downloadchromium_src-7c13babb118fb5643de1ef05bb642529bebbda7c.zip
chromium_src-7c13babb118fb5643de1ef05bb642529bebbda7c.tar.gz
chromium_src-7c13babb118fb5643de1ef05bb642529bebbda7c.tar.bz2
Enable swarming of ARM/linux tests
The ARM/linux test bot is currently not being triggered correctly, and we are planning on switching to use swarming instead. Thats change moves the test arguments that are currently in the recipe. BUG=545672 Review URL: https://codereview.chromium.org/1409993019 Cr-Commit-Position: refs/heads/master@{#358791}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.fyi.json30
1 files changed, 27 insertions, 3 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index a409e70..ed7b9d2 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -4414,12 +4414,36 @@
]
},
"Linux ARM Cross-Compile": {
- "compile_targets": [
- "browser_tests_run"
- ],
"gtest_tests": [
{
+ "args": [
+ "--test-launcher-print-test-stdio=always"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "sandbox_linux_unittests"
+ },
+ {
+ "args": [
+ "--gtest_filter=*NaCl*.*"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
"test": "browser_tests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "nacl_helper_nonsfi_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "nacl_loader_unittests"
}
]
},