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

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

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: Do not add more targets. 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') | tools/mb/mb_config.pyl » ('J')
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 "gtest_tests": [
10258 {
10259 "args": [
10260 "--ozone-platform=headless"
10261 ],
10262 "swarming": {
10263 "can_use_on_swarming_builders": true
10264 },
10265 "test": "mus_demo_unittests"
10266 },
10267 {
10268 "args": [
10269 "--ozone-platform=headless"
10270 ],
10271 "swarming": {
10272 "can_use_on_swarming_builders": true
10273 },
10274 "test": "mus_ws_unittests"
10275 }
10276 ]
10277 },
10256 "Linux Trusty": { 10278 "Linux Trusty": {
10257 "gtest_tests": [ 10279 "gtest_tests": [
10258 { 10280 {
10259 "swarming": { 10281 "swarming": {
10260 "can_use_on_swarming_builders": true 10282 "can_use_on_swarming_builders": true
10261 }, 10283 },
10262 "test": "accessibility_unittests" 10284 "test": "accessibility_unittests"
10263 }, 10285 },
10264 { 10286 {
10265 "swarming": { 10287 "swarming": {
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
12750 }, 12772 },
12751 { 12773 {
12752 "swarming": { 12774 "swarming": {
12753 "can_use_on_swarming_builders": false 12775 "can_use_on_swarming_builders": false
12754 }, 12776 },
12755 "test": "views_unittests" 12777 "test": "views_unittests"
12756 } 12778 }
12757 ] 12779 ]
12758 } 12780 }
12759 } 12781 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698