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

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

Issue 2680283003: Switch mash_browser_tests to Ozone X11 platform. (Closed)
Patch Set: Drop --use-test-config, it's added automatically. Created 3 years, 10 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11337 matching lines...) Expand 10 before | Expand all | Expand 10 after
11348 } 11348 }
11349 ] 11349 ]
11350 }, 11350 },
11351 "Mojo ChromiumOS": { 11351 "Mojo ChromiumOS": {
11352 "additional_compile_targets": [ 11352 "additional_compile_targets": [
11353 "mash:all" 11353 "mash:all"
11354 ], 11354 ],
11355 "gtest_tests": [ 11355 "gtest_tests": [
11356 { 11356 {
11357 "args": [ 11357 "args": [
11358 "--ozone-platform=headless", 11358 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11359 "--override-use-gl-with-osmesa-for-tests",
11360 "--run-in-mash",
11361 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
11362 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter",
11363 "--use-test-config"
11364 ], 11359 ],
11360 "hard_timeout": 60,
11365 "swarming": { 11361 "swarming": {
11366 "can_use_on_swarming_builders": false 11362 "can_use_on_swarming_builders": true
11367 }, 11363 },
11368 "test": "browser_tests" 11364 "test": "mash_browser_tests"
11369 } 11365 }
11370 ] 11366 ]
11371 }, 11367 },
11372 "Mojo Windows": { 11368 "Mojo Windows": {
11373 "additional_compile_targets": [ 11369 "additional_compile_targets": [
11374 "mash:all" 11370 "mash:all"
11375 ], 11371 ],
11376 "gtest_tests": [ 11372 "gtest_tests": [
11377 { 11373 {
11378 "args": [
11379 "--override-use-gl-with-osmesa-for-tests",
11380 "--run-in-mash",
11381 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
11382 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
11383 ],
11384 "swarming": {
11385 "can_use_on_swarming_builders": false
11386 },
11387 "test": "browser_tests"
11388 },
11389 {
11390 "swarming": { 11374 "swarming": {
11391 "can_use_on_swarming_builders": false 11375 "can_use_on_swarming_builders": false
11392 }, 11376 },
11393 "test": "media_service_unittests" 11377 "test": "media_service_unittests"
11394 }, 11378 },
11395 { 11379 {
11396 "swarming": { 11380 "swarming": {
11397 "can_use_on_swarming_builders": false 11381 "can_use_on_swarming_builders": false
11398 }, 11382 },
11399 "test": "mus_ws_unittests" 11383 "test": "mus_ws_unittests"
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
12692 }, 12676 },
12693 { 12677 {
12694 "swarming": { 12678 "swarming": {
12695 "can_use_on_swarming_builders": false 12679 "can_use_on_swarming_builders": false
12696 }, 12680 },
12697 "test": "views_unittests" 12681 "test": "views_unittests"
12698 } 12682 }
12699 ] 12683 ]
12700 } 12684 }
12701 } 12685 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698