Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 641903002: Adding Athenas browser and unit tests which are required for running the tests on a buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to FYI bot Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "sandbox_mac_unittests", 276 "sandbox_mac_unittests",
277 "sql_unittests", 277 "sql_unittests",
278 "sync_integration_tests", 278 "sync_integration_tests",
279 "sync_unit_tests", 279 "sync_unit_tests",
280 "ui_unittests", 280 "ui_unittests",
281 "unit_tests", 281 "unit_tests",
282 "url_unittests", 282 "url_unittests",
283 "browser_tests" 283 "browser_tests"
284 ] 284 ]
285 }, 285 },
286 "Linux ChromiumOS Athena Tests (1)": {
287 "gtest_tests": [
288 {
289 "test": "athena_unittests",
290 "swarming": {
291 "can_use_on_swarming_builders": true
292 }
293 },
294 {
295 "test": "browser_tests",
296 "swarming": {
297 "can_use_on_swarming_builders": true,
298 "shards": 5
299 }
300 }
301 ]
302 },
286 "Site Isolation Linux": { 303 "Site Isolation Linux": {
287 "gtest_tests": [ 304 "gtest_tests": [
288 { "test": "content_unittests", "args": ["--site-per-process"] }, 305 { "test": "content_unittests", "args": ["--site-per-process"] },
289 { "test": "content_browsertests", "args": ["--site-per-process"] } 306 { "test": "content_browsertests", "args": ["--site-per-process"] }
290 ] 307 ]
291 }, 308 },
292 "Site Isolation Win": { 309 "Site Isolation Win": {
293 "gtest_tests": [ 310 "gtest_tests": [
294 { "test": "content_unittests", "args": ["--site-per-process"] }, 311 { "test": "content_unittests", "args": ["--site-per-process"] },
295 { "test": "content_browsertests", "args": ["--site-per-process"] } 312 { "test": "content_browsertests", "args": ["--site-per-process"] }
296 ] 313 ]
297 } 314 }
298 } 315 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | testing/buildbot/chromium_trybot.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698