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

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

Issue 1486443002: Remove blimp_tests from WebKit Linux Oilpan bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 { 853 {
854 "swarming": { 854 "swarming": {
855 "can_use_on_swarming_builders": true 855 "can_use_on_swarming_builders": true
856 }, 856 },
857 "test": "base_unittests" 857 "test": "base_unittests"
858 }, 858 },
859 { 859 {
860 "swarming": { 860 "swarming": {
861 "can_use_on_swarming_builders": true 861 "can_use_on_swarming_builders": true
862 }, 862 },
863 "test": "blimp_unittests"
864 },
865 {
866 "swarming": {
867 "can_use_on_swarming_builders": true
868 },
869 "test": "blink_heap_unittests" 863 "test": "blink_heap_unittests"
870 }, 864 },
871 { 865 {
872 "swarming": { 866 "swarming": {
873 "can_use_on_swarming_builders": true 867 "can_use_on_swarming_builders": true
874 }, 868 },
875 "test": "blink_platform_unittests" 869 "test": "blink_platform_unittests"
876 }, 870 },
877 { 871 {
878 "swarming": { 872 "swarming": {
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 "name": "webkit_lint", 1964 "name": "webkit_lint",
1971 "script": "webkit_lint.py" 1965 "script": "webkit_lint.py"
1972 }, 1966 },
1973 { 1967 {
1974 "name": "webkit_python_tests", 1968 "name": "webkit_python_tests",
1975 "script": "webkit_python_tests.py" 1969 "script": "webkit_python_tests.py"
1976 } 1970 }
1977 ] 1971 ]
1978 } 1972 }
1979 } 1973 }
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