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

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

Issue 1988093003: Try again to flip main Linux 32-bit bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove dbus_unittests, filesystem_service_unittests, mus_gpu_unittests Created 4 years, 7 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 } 1588 }
1589 ], 1589 ],
1590 "scripts": [ 1590 "scripts": [
1591 { 1591 {
1592 "name": "nacl_integration", 1592 "name": "nacl_integration",
1593 "script": "nacl_integration.py" 1593 "script": "nacl_integration.py"
1594 } 1594 }
1595 ] 1595 ]
1596 }, 1596 },
1597 "Linux Tests (dbg)(1)(32)": { 1597 "Linux Tests (dbg)(1)(32)": {
1598 "gtest_tests": [], 1598 "gtest_tests": [
1599 "scripts": [] 1599 {
1600 "swarming": {
1601 "can_use_on_swarming_builders": true
1602 },
1603 "test": "accessibility_unittests"
1604 },
1605 {
1606 "swarming": {
1607 "can_use_on_swarming_builders": true
1608 },
1609 "test": "app_list_presenter_unittests"
1610 },
1611 {
1612 "swarming": {
1613 "can_use_on_swarming_builders": true
1614 },
1615 "test": "app_list_unittests"
1616 },
1617 {
1618 "swarming": {
1619 "can_use_on_swarming_builders": true
1620 },
1621 "test": "app_shell_unittests"
1622 },
1623 {
1624 "swarming": {
1625 "can_use_on_swarming_builders": true
1626 },
1627 "test": "aura_unittests"
1628 },
1629 {
1630 "swarming": {
1631 "can_use_on_swarming_builders": true
1632 },
1633 "test": "base_unittests"
1634 },
1635 {
1636 "swarming": {
1637 "can_use_on_swarming_builders": true
1638 },
1639 "test": "battor_agent_unittests"
1640 },
1641 {
1642 "swarming": {
1643 "can_use_on_swarming_builders": true
1644 },
1645 "test": "blimp_unittests"
1646 },
1647 {
1648 "swarming": {
1649 "can_use_on_swarming_builders": true,
1650 "shards": 10
1651 },
1652 "test": "browser_tests"
1653 },
1654 {
1655 "swarming": {
1656 "can_use_on_swarming_builders": true
1657 },
1658 "test": "cacheinvalidation_unittests"
1659 },
1660 {
1661 "swarming": {
1662 "can_use_on_swarming_builders": true
1663 },
1664 "test": "cast_unittests"
1665 },
1666 {
1667 "swarming": {
1668 "can_use_on_swarming_builders": true
1669 },
1670 "test": "cc_unittests"
1671 },
1672 {
1673 "swarming": {
1674 "can_use_on_swarming_builders": true
1675 },
1676 "test": "chrome_app_unittests"
1677 },
1678 {
1679 "swarming": {
1680 "can_use_on_swarming_builders": true
1681 },
1682 "test": "chromedriver_unittests"
1683 },
1684 {
1685 "swarming": {
1686 "can_use_on_swarming_builders": true
1687 },
1688 "test": "components_unittests"
1689 },
1690 {
1691 "swarming": {
1692 "can_use_on_swarming_builders": true
1693 },
1694 "test": "compositor_unittests"
1695 },
1696 {
1697 "swarming": {
1698 "can_use_on_swarming_builders": true
1699 },
1700 "test": "content_browsertests"
1701 },
1702 {
1703 "swarming": {
1704 "can_use_on_swarming_builders": true
1705 },
1706 "test": "content_unittests"
1707 },
1708 {
1709 "swarming": {
1710 "can_use_on_swarming_builders": true
1711 },
1712 "test": "crypto_unittests"
1713 },
1714 {
1715 "swarming": {
1716 "can_use_on_swarming_builders": true
1717 },
1718 "test": "device_unittests"
1719 },
1720 {
1721 "swarming": {
1722 "can_use_on_swarming_builders": true
1723 },
1724 "test": "display_unittests"
1725 },
1726 {
1727 "swarming": {
1728 "can_use_on_swarming_builders": true
1729 },
1730 "test": "events_unittests"
1731 },
1732 {
1733 "swarming": {
1734 "can_use_on_swarming_builders": true
1735 },
1736 "test": "extensions_browsertests"
1737 },
1738 {
1739 "swarming": {
1740 "can_use_on_swarming_builders": true
1741 },
1742 "test": "extensions_unittests"
1743 },
1744 {
1745 "swarming": {
1746 "can_use_on_swarming_builders": true
1747 },
1748 "test": "gcm_unit_tests"
1749 },
1750 {
1751 "swarming": {
1752 "can_use_on_swarming_builders": true
1753 },
1754 "test": "gfx_unittests"
1755 },
1756 {
1757 "swarming": {
1758 "can_use_on_swarming_builders": true
1759 },
1760 "test": "gn_unittests"
1761 },
1762 {
1763 "swarming": {
1764 "can_use_on_swarming_builders": true
1765 },
1766 "test": "google_apis_unittests"
1767 },
1768 {
1769 "swarming": {
1770 "can_use_on_swarming_builders": true
1771 },
1772 "test": "gpu_unittests"
1773 },
1774 {
1775 "swarming": {
1776 "can_use_on_swarming_builders": true,
1777 "shards": 3
1778 },
1779 "test": "interactive_ui_tests"
1780 },
1781 {
1782 "swarming": {
1783 "can_use_on_swarming_builders": true
1784 },
1785 "test": "ipc_mojo_unittests"
1786 },
1787 {
1788 "swarming": {
1789 "can_use_on_swarming_builders": true
1790 },
1791 "test": "ipc_tests"
1792 },
1793 {
1794 "swarming": {
1795 "can_use_on_swarming_builders": true
1796 },
1797 "test": "jingle_unittests"
1798 },
1799 {
1800 "swarming": {
1801 "can_use_on_swarming_builders": true
1802 },
1803 "test": "leveldb_service_unittests"
1804 },
1805 {
1806 "swarming": {
1807 "can_use_on_swarming_builders": true
1808 },
1809 "test": "media_blink_unittests"
1810 },
1811 {
1812 "swarming": {
1813 "can_use_on_swarming_builders": true
1814 },
1815 "test": "media_unittests"
1816 },
1817 {
1818 "swarming": {
1819 "can_use_on_swarming_builders": true
1820 },
1821 "test": "midi_unittests"
1822 },
1823 {
1824 "swarming": {
1825 "can_use_on_swarming_builders": true
1826 },
1827 "test": "mojo_common_unittests"
1828 },
1829 {
1830 "swarming": {
1831 "can_use_on_swarming_builders": true
1832 },
1833 "test": "mojo_public_bindings_unittests"
1834 },
1835 {
1836 "swarming": {
1837 "can_use_on_swarming_builders": true
1838 },
1839 "test": "mojo_public_system_unittests"
1840 },
1841 {
1842 "swarming": {
1843 "can_use_on_swarming_builders": true
1844 },
1845 "test": "mojo_system_unittests"
1846 },
1847 {
1848 "swarming": {
1849 "can_use_on_swarming_builders": true
1850 },
1851 "test": "mus_ws_unittests"
1852 },
1853 {
1854 "swarming": {
1855 "can_use_on_swarming_builders": true
1856 },
1857 "test": "nacl_loader_unittests"
1858 },
1859 {
1860 "swarming": {
1861 "can_use_on_swarming_builders": true
1862 },
1863 "test": "net_unittests"
1864 },
1865 {
1866 "swarming": {
1867 "can_use_on_swarming_builders": true
1868 },
1869 "test": "ppapi_unittests"
1870 },
1871 {
1872 "swarming": {
1873 "can_use_on_swarming_builders": true
1874 },
1875 "test": "printing_unittests"
1876 },
1877 {
1878 "args": [
1879 "--test-launcher-print-test-stdio=always"
1880 ],
1881 "swarming": {
1882 "can_use_on_swarming_builders": true
1883 },
1884 "test": "sandbox_linux_unittests"
1885 },
1886 {
1887 "swarming": {
1888 "can_use_on_swarming_builders": true
1889 },
1890 "test": "skia_unittests"
1891 },
1892 {
1893 "swarming": {
1894 "can_use_on_swarming_builders": true
1895 },
1896 "test": "sql_unittests"
1897 },
1898 {
1899 "swarming": {
1900 "can_use_on_swarming_builders": true
1901 },
1902 "test": "sync_integration_tests"
1903 },
1904 {
1905 "swarming": {
1906 "can_use_on_swarming_builders": true
1907 },
1908 "test": "sync_unit_tests"
1909 },
1910 {
1911 "swarming": {
1912 "can_use_on_swarming_builders": true
1913 },
1914 "test": "ui_base_unittests"
1915 },
1916 {
1917 "swarming": {
1918 "can_use_on_swarming_builders": true
1919 },
1920 "test": "ui_touch_selection_unittests"
1921 },
1922 {
1923 "swarming": {
1924 "can_use_on_swarming_builders": true
1925 },
1926 "test": "unit_tests"
1927 },
1928 {
1929 "swarming": {
1930 "can_use_on_swarming_builders": true
1931 },
1932 "test": "url_unittests"
1933 },
1934 {
1935 "swarming": {
1936 "can_use_on_swarming_builders": true
1937 },
1938 "test": "wm_unittests"
1939 }
1940 ],
1941 "isolated_scripts": [
1942 {
1943 "isolate_name": "telemetry_gpu_unittests",
1944 "name": "telemetry_gpu_unittests",
1945 "override_compile_targets": [
1946 "telemetry_gpu_unittests_run"
1947 ],
1948 "swarming": {
1949 "can_use_on_swarming_builders": true
1950 }
1951 },
1952 {
1953 "isolate_name": "telemetry_unittests",
1954 "name": "telemetry_unittests",
1955 "override_compile_targets": [
1956 "telemetry_unittests_run"
1957 ],
1958 "swarming": {
1959 "can_use_on_swarming_builders": true
1960 }
1961 }
1962 ]
1600 } 1963 }
1601 } 1964 }
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