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

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

Issue 2517643002: Remove Precise builders from mb_config.pyl for Blink waterfall and try server. (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 "WebKit Linux Precise": {
3 "gtest_tests": [
4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
8 "test": "blink_heap_unittests"
9 },
10 {
11 "swarming": {
12 "can_use_on_swarming_builders": true
13 },
14 "test": "blink_platform_unittests"
15 },
16 {
17 "swarming": {
18 "can_use_on_swarming_builders": true
19 },
20 "test": "webkit_unit_tests"
21 },
22 {
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 },
26 "test": "wtf_unittests"
27 }
28 ],
29 "scripts": [
30 {
31 "name": "webkit_lint",
32 "script": "webkit_lint.py"
33 },
34 {
35 "name": "webkit_python_tests",
36 "script": "webkit_python_tests.py"
37 }
38 ]
39 },
40 "WebKit Linux Precise (dbg)": {
41 "gtest_tests": [
42 {
43 "swarming": {
44 "can_use_on_swarming_builders": true
45 },
46 "test": "blink_heap_unittests"
47 },
48 {
49 "swarming": {
50 "can_use_on_swarming_builders": true
51 },
52 "test": "blink_platform_unittests"
53 },
54 {
55 "swarming": {
56 "can_use_on_swarming_builders": true
57 },
58 "test": "webkit_unit_tests"
59 },
60 {
61 "swarming": {
62 "can_use_on_swarming_builders": true
63 },
64 "test": "wtf_unittests"
65 }
66 ],
67 "scripts": [
68 {
69 "name": "webkit_lint",
70 "script": "webkit_lint.py"
71 },
72 {
73 "name": "webkit_python_tests",
74 "script": "webkit_python_tests.py"
75 }
76 ]
77 },
78 "WebKit Linux Precise Leak": {
79 "gtest_tests": [
80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true
83 },
84 "test": "blink_heap_unittests"
85 },
86 {
87 "swarming": {
88 "can_use_on_swarming_builders": true
89 },
90 "test": "blink_platform_unittests"
91 },
92 {
93 "swarming": {
94 "can_use_on_swarming_builders": true
95 },
96 "test": "webkit_unit_tests"
97 },
98 {
99 "swarming": {
100 "can_use_on_swarming_builders": true
101 },
102 "test": "wtf_unittests"
103 }
104 ],
105 "scripts": [
106 {
107 "name": "webkit_lint",
108 "script": "webkit_lint.py"
109 },
110 {
111 "name": "webkit_python_tests",
112 "script": "webkit_python_tests.py"
113 }
114 ]
115 },
116 "WebKit Linux Trusty": { 2 "WebKit Linux Trusty": {
117 "gtest_tests": [ 3 "gtest_tests": [
118 { 4 {
119 "swarming": { 5 "swarming": {
120 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
121 }, 7 },
122 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
123 }, 9 },
124 { 10 {
125 "swarming": { 11 "swarming": {
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 "name": "webkit_lint", 419 "name": "webkit_lint",
534 "script": "webkit_lint.py" 420 "script": "webkit_lint.py"
535 }, 421 },
536 { 422 {
537 "name": "webkit_python_tests", 423 "name": "webkit_python_tests",
538 "script": "webkit_python_tests.py" 424 "script": "webkit_python_tests.py"
539 } 425 }
540 ] 426 ]
541 } 427 }
542 } 428 }
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