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

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

Issue 1187593006: Fix version in builder name for chromium.webkit Mac retina recipe config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 "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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 { 846 {
847 "name": "webkit_lint", 847 "name": "webkit_lint",
848 "script": "webkit_lint.py" 848 "script": "webkit_lint.py"
849 }, 849 },
850 { 850 {
851 "name": "webkit_python_tests", 851 "name": "webkit_python_tests",
852 "script": "webkit_python_tests.py" 852 "script": "webkit_python_tests.py"
853 } 853 }
854 ] 854 ]
855 }, 855 },
856 "WebKit Mac10.8 (retina)": { 856 "WebKit Mac10.9": {
857 "gtest_tests": [ 857 "gtest_tests": [
858 { 858 {
859 "test": "blink_heap_unittests" 859 "test": "blink_heap_unittests"
860 }, 860 },
861 { 861 {
862 "test": "blink_platform_unittests" 862 "test": "blink_platform_unittests"
863 }, 863 },
864 { 864 {
865 "test": "webkit_unit_tests" 865 "test": "webkit_unit_tests"
866 }, 866 },
867 { 867 {
868 "test": "wtf_unittests" 868 "test": "wtf_unittests"
869 } 869 }
870 ], 870 ],
871 "scripts": [ 871 "scripts": [
872 { 872 {
873 "name": "webkit_lint", 873 "name": "webkit_lint",
874 "script": "webkit_lint.py" 874 "script": "webkit_lint.py"
875 }, 875 },
876 { 876 {
877 "name": "webkit_python_tests", 877 "name": "webkit_python_tests",
878 "script": "webkit_python_tests.py" 878 "script": "webkit_python_tests.py"
879 } 879 }
880 ] 880 ]
881 }, 881 },
882 "WebKit Mac10.9": { 882 "WebKit Mac10.9 (retina)": {
883 "gtest_tests": [ 883 "gtest_tests": [
884 { 884 {
885 "test": "blink_heap_unittests" 885 "test": "blink_heap_unittests"
886 }, 886 },
887 { 887 {
888 "test": "blink_platform_unittests" 888 "test": "blink_platform_unittests"
889 }, 889 },
890 { 890 {
891 "test": "webkit_unit_tests" 891 "test": "webkit_unit_tests"
892 }, 892 },
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 "name": "webkit_lint", 1029 "name": "webkit_lint",
1030 "script": "webkit_lint.py" 1030 "script": "webkit_lint.py"
1031 }, 1031 },
1032 { 1032 {
1033 "name": "webkit_python_tests", 1033 "name": "webkit_python_tests",
1034 "script": "webkit_python_tests.py" 1034 "script": "webkit_python_tests.py"
1035 } 1035 }
1036 ] 1036 ]
1037 } 1037 }
1038 } 1038 }
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