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

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

Issue 1695663005: [Testing] Version 2: Run libaddressinput_unittests on bots Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial Created 4 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 { 198 {
199 "swarming": { 199 "swarming": {
200 "can_use_on_swarming_builders": true 200 "can_use_on_swarming_builders": true
201 }, 201 },
202 "test": "jingle_unittests" 202 "test": "jingle_unittests"
203 }, 203 },
204 { 204 {
205 "swarming": { 205 "swarming": {
206 "can_use_on_swarming_builders": true 206 "can_use_on_swarming_builders": true
207 }, 207 },
208 "test": "libaddressinput_unittests"
209 },
210 {
211 "swarming": {
212 "can_use_on_swarming_builders": true
213 },
208 "test": "media_blink_unittests" 214 "test": "media_blink_unittests"
209 }, 215 },
210 { 216 {
211 "swarming": { 217 "swarming": {
212 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
213 }, 219 },
214 "test": "media_unittests" 220 "test": "media_unittests"
215 }, 221 },
216 { 222 {
217 "swarming": { 223 "swarming": {
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1830 { 1836 {
1831 "swarming": { 1837 "swarming": {
1832 "can_use_on_swarming_builders": true 1838 "can_use_on_swarming_builders": true
1833 }, 1839 },
1834 "test": "jingle_unittests" 1840 "test": "jingle_unittests"
1835 }, 1841 },
1836 { 1842 {
1837 "swarming": { 1843 "swarming": {
1838 "can_use_on_swarming_builders": true 1844 "can_use_on_swarming_builders": true
1839 }, 1845 },
1846 "test": "libaddressinput_unittests"
1847 },
1848 {
1849 "swarming": {
1850 "can_use_on_swarming_builders": true
1851 },
1840 "test": "media_blink_unittests" 1852 "test": "media_blink_unittests"
1841 }, 1853 },
1842 { 1854 {
1843 "swarming": { 1855 "swarming": {
1844 "can_use_on_swarming_builders": true 1856 "can_use_on_swarming_builders": true
1845 }, 1857 },
1846 "test": "media_unittests" 1858 "test": "media_unittests"
1847 }, 1859 },
1848 { 1860 {
1849 "swarming": { 1861 "swarming": {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1999 } 2011 }
2000 ], 2012 ],
2001 "scripts": [ 2013 "scripts": [
2002 { 2014 {
2003 "name": "nacl_integration", 2015 "name": "nacl_integration",
2004 "script": "nacl_integration.py" 2016 "script": "nacl_integration.py"
2005 } 2017 }
2006 ] 2018 ]
2007 } 2019 }
2008 } 2020 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698