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

Side by Side Diff: content/test/gpu/generate_buildbot_json.py

Issue 2683963002: Remove obsolete Mac bots from generate_buildbot_json.py. (Closed)
Patch Set: Created 3 years, 10 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 | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright 2016 The Chromium Authors. All rights reserved. 2 # Copyright 2016 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 """Script to generate chromium.gpu.json and chromium.gpu.fyi.json in 6 """Script to generate chromium.gpu.json and chromium.gpu.fyi.json in
7 the src/testing/buildbot directory. Maintaining these files by hand is 7 the src/testing/buildbot directory. Maintaining these files by hand is
8 too unwieldy. 8 too unwieldy.
9 """ 9 """
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 131 {
132 'gpu': '1002:6821', 132 'gpu': '1002:6821',
133 'hidpi': '1', 133 'hidpi': '1',
134 'os': 'Mac' 134 'os': 'Mac'
135 }, 135 },
136 ], 136 ],
137 'build_config': 'Debug', 137 'build_config': 'Debug',
138 'swarming': True, 138 'swarming': True,
139 'os_type': 'mac', 139 'os_type': 'mac',
140 }, 140 },
141 # BEGIN obsolete Mac bots -- remove after waterfall restarted successfully.
142 'Mac 10.10 Release (Intel)': {
143 'swarming_dimensions': [
144 {
145 'gpu': '8086:0a2e',
146 'os': 'Mac-10.12'
147 },
148 ],
149 'build_config': 'Release',
150 'swarming': True,
151 'os_type': 'mac',
152 },
153 'Mac 10.10 Debug (Intel)': {
154 'swarming_dimensions': [
155 {
156 'gpu': '8086:0a2e',
157 'os': 'Mac-10.12'
158 },
159 ],
160 'build_config': 'Debug',
161 'swarming': True,
162 'os_type': 'mac',
163 },
164 'Mac 10.10 Retina Release (AMD)': {
165 'swarming_dimensions': [
166 {
167 'gpu': '1002:6821',
168 'hidpi': '1',
169 'os': 'Mac'
170 },
171 ],
172 'build_config': 'Release',
173 'swarming': True,
174 'os_type': 'mac',
175 },
176 'Mac 10.10 Retina Debug (AMD)': {
177 'swarming_dimensions': [
178 {
179 'gpu': '1002:6821',
180 'hidpi': '1',
181 'os': 'Mac'
182 },
183 ],
184 'build_config': 'Debug',
185 'swarming': True,
186 'os_type': 'mac',
187 },
188 # END obsolete Mac bots -- remove after waterfall restarted successfully.
189 'Linux Release (NVIDIA)': { 141 'Linux Release (NVIDIA)': {
190 'swarming_dimensions': [ 142 'swarming_dimensions': [
191 { 143 {
192 'gpu': '10de:104a', 144 'gpu': '10de:104a',
193 'os': 'Ubuntu' 145 'os': 'Ubuntu'
194 }, 146 },
195 ], 147 ],
196 'build_config': 'Release', 148 'build_config': 'Release',
197 'swarming': True, 149 'swarming': True,
198 'os_type': 'linux', 150 'os_type': 'linux',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'swarming_dimensions': [ 344 'swarming_dimensions': [
393 { 345 {
394 'gpu': '10de:104a', 346 'gpu': '10de:104a',
395 'os': 'Windows-2008ServerR2-SP1' 347 'os': 'Windows-2008ServerR2-SP1'
396 }, 348 },
397 ], 349 ],
398 'build_config': 'Debug_x64', 350 'build_config': 'Debug_x64',
399 'swarming': True, 351 'swarming': True,
400 'os_type': 'win', 352 'os_type': 'win',
401 }, 353 },
402 # BEGIN obsolete Mac bots -- remove after waterfall restarted successfully.
403 'Mac 10.10 Release (Intel)': {
404 'swarming_dimensions': [
405 {
406 'gpu': '8086:0a2e',
407 'os': 'Mac-10.12'
408 },
409 ],
410 'build_config': 'Release',
411 'swarming': True,
412 'os_type': 'mac',
413 },
414 'Mac 10.10 Debug (Intel)': {
415 'swarming_dimensions': [
416 {
417 'gpu': '8086:0a2e',
418 'os': 'Mac-10.12'
419 },
420 ],
421 'build_config': 'Debug',
422 'swarming': True,
423 'os_type': 'mac',
424 },
425 'Mac 10.10 Release (AMD)': {
426 'swarming_dimensions': [
427 {
428 'gpu': '1002:679e',
429 'os': 'Mac-10.10'
430 },
431 ],
432 'build_config': 'Release',
433 # This bot is a one-off and doesn't have similar slaves in the
434 # swarming pool.
435 'swarming': False,
436 'os_type': 'mac',
437 },
438 'Mac 10.10 Debug (AMD)': {
439 'swarming_dimensions': [
440 {
441 'gpu': '1002:679e',
442 'os': 'Mac-10.10'
443 },
444 ],
445 'build_config': 'Debug',
446 # This bot is a one-off and doesn't have similar slaves in the
447 # swarming pool.
448 'swarming': False,
449 'os_type': 'mac',
450 },
451 'Mac Retina Release': {
452 'swarming_dimensions': [
453 {
454 'gpu': '10de:0fe9',
455 'hidpi': '1',
456 'os': 'Mac'
457 },
458 ],
459 'build_config': 'Release',
460 'swarming': True,
461 'os_type': 'mac',
462 },
463 'Mac Retina Debug': {
464 'swarming_dimensions': [
465 {
466 'gpu': '10de:0fe9',
467 'hidpi': '1',
468 'os': 'Mac'
469 },
470 ],
471 'build_config': 'Debug',
472 'swarming': True,
473 'os_type': 'mac',
474 },
475 'Mac 10.10 Retina Release (AMD)': {
476 'swarming_dimensions': [
477 {
478 'gpu': '1002:6821',
479 'hidpi': '1',
480 'os': 'Mac'
481 },
482 ],
483 'build_config': 'Release',
484 'swarming': True,
485 'os_type': 'mac',
486 },
487 'Mac 10.10 Retina Debug (AMD)': {
488 'swarming_dimensions': [
489 {
490 'gpu': '1002:6821',
491 'hidpi': '1',
492 'os': 'Mac'
493 },
494 ],
495 'build_config': 'Debug',
496 'swarming': True,
497 'os_type': 'mac',
498 },
499 'Mac 10.11 Retina Release (AMD)': {
500 'swarming_dimensions': [
501 {
502 'gpu': '1002:6821',
503 'hidpi': '1',
504 'os': 'Mac'
505 },
506 ],
507 'build_config': 'Release',
508 # This bot is a one-off for testing purposes.
509 'swarming': False,
510 'os_type': 'mac',
511 },
512 # END obsolete Mac bots -- remove after waterfall restarted successfully.
513 'Mac Release (Intel)': { 354 'Mac Release (Intel)': {
514 'swarming_dimensions': [ 355 'swarming_dimensions': [
515 { 356 {
516 'gpu': '8086:0a2e', 357 'gpu': '8086:0a2e',
517 'os': 'Mac-10.12' 358 'os': 'Mac-10.12'
518 }, 359 },
519 ], 360 ],
520 'build_config': 'Release', 361 'build_config': 'Release',
521 'swarming': True, 362 'swarming': True,
522 'os_type': 'mac', 363 'os_type': 'mac',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
2076 install_parent_links(WATERFALL) 1917 install_parent_links(WATERFALL)
2077 install_parent_links(V8_FYI_WATERFALL) 1918 install_parent_links(V8_FYI_WATERFALL)
2078 1919
2079 generate_all_tests(FYI_WATERFALL, 'chromium.gpu.fyi.json') 1920 generate_all_tests(FYI_WATERFALL, 'chromium.gpu.fyi.json')
2080 generate_all_tests(WATERFALL, 'chromium.gpu.json') 1921 generate_all_tests(WATERFALL, 'chromium.gpu.json')
2081 generate_all_tests(V8_FYI_WATERFALL, 'client.v8.fyi.json') 1922 generate_all_tests(V8_FYI_WATERFALL, 'client.v8.fyi.json')
2082 return 0 1923 return 0
2083 1924
2084 if __name__ == "__main__": 1925 if __name__ == "__main__":
2085 sys.exit(main()) 1926 sys.exit(main())
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698