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

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

Issue 2347293003: Rename any builder with prefix 'WebKit Linux' to 'WebKit Linux Precise' (Closed)
Patch Set: Update more recent addition to WebKit Precise Created 4 years, 2 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 | third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py » ('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": { 2 "WebKit Linux Precise": {
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": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
(...skipping 17 matching lines...) Expand all
30 { 30 {
31 "name": "webkit_lint", 31 "name": "webkit_lint",
32 "script": "webkit_lint.py" 32 "script": "webkit_lint.py"
33 }, 33 },
34 { 34 {
35 "name": "webkit_python_tests", 35 "name": "webkit_python_tests",
36 "script": "webkit_python_tests.py" 36 "script": "webkit_python_tests.py"
37 } 37 }
38 ] 38 ]
39 }, 39 },
40 "WebKit Linux (dbg)": { 40 "WebKit Linux Precise (dbg)": {
41 "gtest_tests": [ 41 "gtest_tests": [
42 { 42 {
43 "swarming": { 43 "swarming": {
44 "can_use_on_swarming_builders": true 44 "can_use_on_swarming_builders": true
45 }, 45 },
46 "test": "blink_heap_unittests" 46 "test": "blink_heap_unittests"
47 }, 47 },
48 { 48 {
49 "swarming": { 49 "swarming": {
50 "can_use_on_swarming_builders": true 50 "can_use_on_swarming_builders": true
(...skipping 17 matching lines...) Expand all
68 { 68 {
69 "name": "webkit_lint", 69 "name": "webkit_lint",
70 "script": "webkit_lint.py" 70 "script": "webkit_lint.py"
71 }, 71 },
72 { 72 {
73 "name": "webkit_python_tests", 73 "name": "webkit_python_tests",
74 "script": "webkit_python_tests.py" 74 "script": "webkit_python_tests.py"
75 } 75 }
76 ] 76 ]
77 }, 77 },
78 "WebKit Linux Leak": { 78 "WebKit Linux Precise Leak": {
79 "gtest_tests": [ 79 "gtest_tests": [
80 { 80 {
81 "swarming": { 81 "swarming": {
82 "can_use_on_swarming_builders": true 82 "can_use_on_swarming_builders": true
83 }, 83 },
84 "test": "blink_heap_unittests" 84 "test": "blink_heap_unittests"
85 }, 85 },
86 { 86 {
87 "swarming": { 87 "swarming": {
88 "can_use_on_swarming_builders": true 88 "can_use_on_swarming_builders": true
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "name": "webkit_lint", 457 "name": "webkit_lint",
458 "script": "webkit_lint.py" 458 "script": "webkit_lint.py"
459 }, 459 },
460 { 460 {
461 "name": "webkit_python_tests", 461 "name": "webkit_python_tests",
462 "script": "webkit_python_tests.py" 462 "script": "webkit_python_tests.py"
463 } 463 }
464 ] 464 ]
465 } 465 }
466 } 466 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698