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

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

Issue 1601333002: Remove XP and Vista bot testing configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 11 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 | testing/buildbot/chromium.win.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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 "scripts": [ 1874 "scripts": [
1875 { 1875 {
1876 "name": "webkit_lint", 1876 "name": "webkit_lint",
1877 "script": "webkit_lint.py" 1877 "script": "webkit_lint.py"
1878 }, 1878 },
1879 { 1879 {
1880 "name": "webkit_python_tests", 1880 "name": "webkit_python_tests",
1881 "script": "webkit_python_tests.py" 1881 "script": "webkit_python_tests.py"
1882 } 1882 }
1883 ] 1883 ]
1884 },
1885 "WebKit XP": {
1886 "gtest_tests": [
1887 {
1888 "swarming": {
1889 "can_use_on_swarming_builders": true
1890 },
1891 "test": "blink_heap_unittests"
1892 },
1893 {
1894 "swarming": {
1895 "can_use_on_swarming_builders": true
1896 },
1897 "test": "blink_platform_unittests"
1898 },
1899 {
1900 "swarming": {
1901 "can_use_on_swarming_builders": true
1902 },
1903 "test": "webkit_unit_tests"
1904 },
1905 {
1906 "swarming": {
1907 "can_use_on_swarming_builders": true
1908 },
1909 "test": "wtf_unittests"
1910 }
1911 ],
1912 "scripts": [
1913 {
1914 "name": "webkit_lint",
1915 "script": "webkit_lint.py"
1916 },
1917 {
1918 "name": "webkit_python_tests",
1919 "script": "webkit_python_tests.py"
1920 }
1921 ]
1922 } 1884 }
1923 } 1885 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698