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

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

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: Keep old build config, run tests on X11. 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": {
Dirk Pranke 2017/03/14 20:36:42 This is actually called "Ozone Linux".
10257 "gtest_tests": [
10258 {
10259 "swarming": {
10260 "can_use_on_swarming_builders": true
10261 },
10262 "test": "mus_demo_unittests"
10263 },
10264 {
10265 "swarming": {
10266 "can_use_on_swarming_builders": true
10267 },
10268 "test": "mus_ws_unittests"
10269 }
10270 ]
10271 },
10256 "Linux Trusty": { 10272 "Linux Trusty": {
10257 "gtest_tests": [ 10273 "gtest_tests": [
10258 { 10274 {
10259 "swarming": { 10275 "swarming": {
10260 "can_use_on_swarming_builders": true 10276 "can_use_on_swarming_builders": true
10261 }, 10277 },
10262 "test": "accessibility_unittests" 10278 "test": "accessibility_unittests"
10263 }, 10279 },
10264 { 10280 {
10265 "swarming": { 10281 "swarming": {
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
12750 }, 12766 },
12751 { 12767 {
12752 "swarming": { 12768 "swarming": {
12753 "can_use_on_swarming_builders": false 12769 "can_use_on_swarming_builders": false
12754 }, 12770 },
12755 "test": "views_unittests" 12771 "test": "views_unittests"
12756 } 12772 }
12757 ] 12773 ]
12758 } 12774 }
12759 } 12775 }
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