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

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

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: Address dpranke's comments Created 3 years, 9 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
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10235 matching lines...) Expand 10 before | Expand all | Expand 10 after
10246 }, 10246 },
10247 "test": "sandbox_linux_unittests" 10247 "test": "sandbox_linux_unittests"
10248 } 10248 }
10249 ] 10249 ]
10250 }, 10250 },
10251 "Linux Clang Analyzer": { 10251 "Linux Clang Analyzer": {
10252 "additional_compile_targets": [ 10252 "additional_compile_targets": [
10253 "all" 10253 "all"
10254 ] 10254 ]
10255 }, 10255 },
10256 "Linux Ozone": {
10257 "additional_compile_targets": [
kylechar 2017/03/14 13:16:46 The test targets listed in gtest_tests get compile
fwang 2017/03/14 13:25:07 OK, thanks. I was wondering that too :-)
fwang 2017/03/14 13:41:55 Done.
10258 "mus_demo_unittests",
10259 "mus_ws_unittests"
10260 ],
10261 "gtest_tests": [
10262 {
10263 "args": [
10264 "--ozone-platform=headless"
10265 ],
10266 "swarming": {
10267 "can_use_on_swarming_builders": true
10268 },
10269 "test": "mus_demo_unittests"
10270 },
10271 {
10272 "args": [
10273 "--ozone-platform=headless"
10274 ],
10275 "swarming": {
10276 "can_use_on_swarming_builders": true
10277 },
10278 "test": "mus_ws_unittests"
10279 }
10280 ]
10281 },
10256 "Linux Trusty": { 10282 "Linux Trusty": {
10257 "gtest_tests": [ 10283 "gtest_tests": [
10258 { 10284 {
10259 "swarming": { 10285 "swarming": {
10260 "can_use_on_swarming_builders": true 10286 "can_use_on_swarming_builders": true
10261 }, 10287 },
10262 "test": "accessibility_unittests" 10288 "test": "accessibility_unittests"
10263 }, 10289 },
10264 { 10290 {
10265 "swarming": { 10291 "swarming": {
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
12750 }, 12776 },
12751 { 12777 {
12752 "swarming": { 12778 "swarming": {
12753 "can_use_on_swarming_builders": false 12779 "can_use_on_swarming_builders": false
12754 }, 12780 },
12755 "test": "views_unittests" 12781 "test": "views_unittests"
12756 } 12782 }
12757 ] 12783 ]
12758 } 12784 }
12759 } 12785 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698