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

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

Issue 2811853003: Add chrome compile target to Ozone Linux bot (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | 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 11814 matching lines...) Expand 10 before | Expand all | Expand 10 after
11825 }, 11825 },
11826 { 11826 {
11827 "swarming": { 11827 "swarming": {
11828 "can_use_on_swarming_builders": false 11828 "can_use_on_swarming_builders": false
11829 }, 11829 },
11830 "test": "views_mus_interactive_ui_tests" 11830 "test": "views_mus_interactive_ui_tests"
11831 } 11831 }
11832 ] 11832 ]
11833 }, 11833 },
11834 "Ozone Linux": { 11834 "Ozone Linux": {
11835 "additional_compile_targets": [
11836 "chrome"
11837 ],
11835 "gtest_tests": [ 11838 "gtest_tests": [
11836 { 11839 {
11837 "swarming": { 11840 "swarming": {
11838 "can_use_on_swarming_builders": true 11841 "can_use_on_swarming_builders": true
11839 }, 11842 },
11840 "test": "mus_demo_unittests" 11843 "test": "mus_demo_unittests"
11841 }, 11844 },
11842 { 11845 {
11843 "swarming": { 11846 "swarming": {
11844 "can_use_on_swarming_builders": true 11847 "can_use_on_swarming_builders": true
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
13191 }, 13194 },
13192 { 13195 {
13193 "swarming": { 13196 "swarming": {
13194 "can_use_on_swarming_builders": false 13197 "can_use_on_swarming_builders": false
13195 }, 13198 },
13196 "test": "views_unittests" 13199 "test": "views_unittests"
13197 } 13200 }
13198 ] 13201 ]
13199 } 13202 }
13200 } 13203 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698