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

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

Issue 693183003: Update Mac buildbot tester names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | 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 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
11 }, 11 },
12 { 12 {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "ui_unittests", 76 "ui_unittests",
77 { 77 {
78 "test": "unit_tests", 78 "test": "unit_tests",
79 "swarming": { 79 "swarming": {
80 "can_use_on_swarming_builders": true 80 "can_use_on_swarming_builders": true
81 } 81 }
82 }, 82 },
83 "url_unittests" 83 "url_unittests"
84 ] 84 ]
85 }, 85 },
86 "Mac10.7 Tests (1)": { 86 "Mac10.8 Tests": {
87 "gtest_tests": [ 87 "gtest_tests": [
88 "accessibility_unittests", 88 "accessibility_unittests",
89 "app_list_unittests", 89 "app_list_unittests",
90 { 90 {
91 "test": "base_unittests", 91 "test": "base_unittests",
92 "swarming": { 92 "swarming": {
93 "can_use_on_swarming_builders": true 93 "can_use_on_swarming_builders": true
94 } 94 }
95 }, 95 },
96 { 96 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 }, 166 },
167 "url_unittests" 167 "url_unittests"
168 ], 168 ],
169 "scripts": [ 169 "scripts": [
170 { 170 {
171 "name": "nacl_integration", 171 "name": "nacl_integration",
172 "script": "nacl_integration.py" 172 "script": "nacl_integration.py"
173 } 173 }
174 ] 174 ]
175 }, 175 },
176 "Mac 10.6 Tests (dbg)(1)": { 176 "Mac10.9 Tests": {
177 "gtest_tests": [ 177 "gtest_tests": [
178 "accessibility_unittests", 178 "accessibility_unittests",
179 "app_list_unittests", 179 "app_list_unittests",
180 { 180 {
181 "test": "base_unittests", 181 "test": "base_unittests",
182 "swarming": { 182 "swarming": {
183 "can_use_on_swarming_builders": true 183 "can_use_on_swarming_builders": true
184 } 184 }
185 }, 185 },
186 { 186 {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "ui_unittests", 250 "ui_unittests",
251 { 251 {
252 "test": "unit_tests", 252 "test": "unit_tests",
253 "swarming": { 253 "swarming": {
254 "can_use_on_swarming_builders": true 254 "can_use_on_swarming_builders": true
255 } 255 }
256 }, 256 },
257 "url_unittests" 257 "url_unittests"
258 ] 258 ]
259 }, 259 },
260 "Mac 10.7 Tests (dbg)(1)": { 260 "Mac10.9 Tests (dbg)": {
261 "gtest_tests": [ 261 "gtest_tests": [
262 "accessibility_unittests", 262 "accessibility_unittests",
263 "app_list_unittests", 263 "app_list_unittests",
264 { 264 {
265 "test": "base_unittests", 265 "test": "base_unittests",
266 "swarming": { 266 "swarming": {
267 "can_use_on_swarming_builders": true 267 "can_use_on_swarming_builders": true
268 } 268 }
269 }, 269 },
270 { 270 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 { 336 {
337 "test": "unit_tests", 337 "test": "unit_tests",
338 "swarming": { 338 "swarming": {
339 "can_use_on_swarming_builders": true 339 "can_use_on_swarming_builders": true
340 } 340 }
341 }, 341 },
342 "url_unittests" 342 "url_unittests"
343 ] 343 ]
344 } 344 }
345 } 345 }
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