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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 2467923002: Rename Windows and Mac AMD GPU bots. (Closed)
Patch Set: 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 SPEC = { 7 SPEC = {
8 'settings': { 8 'settings': {
9 'build_gs_bucket': 'chromium-gpu-fyi-archive', 9 'build_gs_bucket': 'chromium-gpu-fyi-archive',
10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders.
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'TARGET_BITS': 32, 121 'TARGET_BITS': 32,
122 }, 122 },
123 'bot_type': 'tester', 123 'bot_type': 'tester',
124 'parent_buildername': 'GPU Win Builder (dbg)', 124 'parent_buildername': 'GPU Win Builder (dbg)',
125 'testing': { 125 'testing': {
126 'platform': 'win', 126 'platform': 'win',
127 }, 127 },
128 'enable_swarming': True, 128 'enable_swarming': True,
129 'serialize_tests': True, 129 'serialize_tests': True,
130 }, 130 },
131 'Win7 Release (ATI)': { 131 'Win7 Release (AMD)': {
132 'chromium_config': 'chromium', 132 'chromium_config': 'chromium',
133 'chromium_apply_config': ['ninja_confirm_noop'], 133 'chromium_apply_config': ['ninja_confirm_noop'],
134 'gclient_config': 'chromium', 134 'gclient_config': 'chromium',
135 'chromium_config_kwargs': { 135 'chromium_config_kwargs': {
136 'BUILD_CONFIG': 'Release', 136 'BUILD_CONFIG': 'Release',
137 'TARGET_BITS': 32, 137 'TARGET_BITS': 32,
138 }, 138 },
139 'bot_type': 'tester', 139 'bot_type': 'tester',
140 'parent_buildername': 'GPU Win Builder', 140 'parent_buildername': 'GPU Win Builder',
141 'testing': { 141 'testing': {
142 'platform': 'win', 142 'platform': 'win',
143 }, 143 },
144 'enable_swarming': True, 144 'enable_swarming': True,
145 'serialize_tests': True, 145 'serialize_tests': True,
146 }, 146 },
147 'Win7 Debug (ATI)': { 147 'Win7 Debug (AMD)': {
148 'chromium_config': 'chromium', 148 'chromium_config': 'chromium',
149 'chromium_apply_config': ['ninja_confirm_noop'], 149 'chromium_apply_config': ['ninja_confirm_noop'],
150 'gclient_config': 'chromium', 150 'gclient_config': 'chromium',
151 'chromium_config_kwargs': { 151 'chromium_config_kwargs': {
152 'BUILD_CONFIG': 'Debug', 152 'BUILD_CONFIG': 'Debug',
153 'TARGET_BITS': 32, 153 'TARGET_BITS': 32,
154 }, 154 },
155 'bot_type': 'tester', 155 'bot_type': 'tester',
156 'parent_buildername': 'GPU Win Builder (dbg)', 156 'parent_buildername': 'GPU Win Builder (dbg)',
157 'testing': { 157 'testing': {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 }, 204 },
205 'bot_type': 'tester', 205 'bot_type': 'tester',
206 'parent_buildername': 'GPU Win Builder (dbg)', 206 'parent_buildername': 'GPU Win Builder (dbg)',
207 'testing': { 207 'testing': {
208 'platform': 'win', 208 'platform': 'win',
209 }, 209 },
210 # Swarming is deliberately NOT enabled on this one-off configuration. 210 # Swarming is deliberately NOT enabled on this one-off configuration.
211 # This new hardware is being tested for reliability. 211 # This new hardware is being tested for reliability.
212 'enable_swarming': False, 212 'enable_swarming': False,
213 }, 213 },
214 'Win7 Release (AMD R7 240)': { 214 'Win7 Release (AMD R5 230)': {
215 'chromium_config': 'chromium', 215 'chromium_config': 'chromium',
216 'chromium_apply_config': ['ninja_confirm_noop'], 216 'chromium_apply_config': ['ninja_confirm_noop'],
217 'gclient_config': 'chromium', 217 'gclient_config': 'chromium',
218 'chromium_config_kwargs': { 218 'chromium_config_kwargs': {
219 'BUILD_CONFIG': 'Release', 219 'BUILD_CONFIG': 'Release',
220 'TARGET_BITS': 32, 220 'TARGET_BITS': 32,
221 }, 221 },
222 'bot_type': 'tester', 222 'bot_type': 'tester',
223 'parent_buildername': 'GPU Win Builder', 223 'parent_buildername': 'GPU Win Builder',
224 'testing': { 224 'testing': {
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'TARGET_BITS': 64, 395 'TARGET_BITS': 64,
396 }, 396 },
397 'bot_type': 'tester', 397 'bot_type': 'tester',
398 'parent_buildername': 'GPU Linux Builder', 398 'parent_buildername': 'GPU Linux Builder',
399 'testing': { 399 'testing': {
400 'platform': 'linux', 400 'platform': 'linux',
401 }, 401 },
402 'enable_swarming': True, 402 'enable_swarming': True,
403 'serialize_tests': True, 403 'serialize_tests': True,
404 }, 404 },
405 'Linux Release (ATI)': { 405 'Linux Release (AMD R5 230)': {
406 'chromium_config': 'chromium', 406 'chromium_config': 'chromium',
407 'chromium_apply_config': ['mb', 'ninja_confirm_noop'], 407 'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
408 'gclient_config': 'chromium', 408 'gclient_config': 'chromium',
409 'chromium_config_kwargs': { 409 'chromium_config_kwargs': {
410 'BUILD_CONFIG': 'Release', 410 'BUILD_CONFIG': 'Release',
411 'TARGET_BITS': 64, 411 'TARGET_BITS': 64,
412 }, 412 },
413 'bot_type': 'tester', 413 'bot_type': 'tester',
414 'parent_buildername': 'GPU Linux Builder', 414 'parent_buildername': 'GPU Linux Builder',
415 'testing': { 415 'testing': {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'TARGET_BITS': 64, 578 'TARGET_BITS': 64,
579 }, 579 },
580 'bot_type': 'tester', 580 'bot_type': 'tester',
581 'parent_buildername': 'GPU Mac Builder (dbg)', 581 'parent_buildername': 'GPU Mac Builder (dbg)',
582 'testing': { 582 'testing': {
583 'platform': 'mac', 583 'platform': 'mac',
584 }, 584 },
585 'enable_swarming': True, 585 'enable_swarming': True,
586 'serialize_tests': True, 586 'serialize_tests': True,
587 }, 587 },
588 'Mac 10.10 Release (ATI)': { 588 'Mac 10.10 Release (AMD)': {
589 'chromium_config': 'chromium', 589 'chromium_config': 'chromium',
590 'chromium_apply_config': ['ninja_confirm_noop'], 590 'chromium_apply_config': ['ninja_confirm_noop'],
591 'gclient_config': 'chromium', 591 'gclient_config': 'chromium',
592 'chromium_config_kwargs': { 592 'chromium_config_kwargs': {
593 'BUILD_CONFIG': 'Release', 593 'BUILD_CONFIG': 'Release',
594 'TARGET_BITS': 64, 594 'TARGET_BITS': 64,
595 }, 595 },
596 'bot_type': 'tester', 596 'bot_type': 'tester',
597 'parent_buildername': 'GPU Mac Builder', 597 'parent_buildername': 'GPU Mac Builder',
598 'testing': { 598 'testing': {
599 'platform': 'mac', 599 'platform': 'mac',
600 }, 600 },
601 # Swarming is deliberately NOT enabled on this one-off configuration. 601 # Swarming is deliberately NOT enabled on this one-off configuration.
602 # Multiple copies of the machines have to be deployed into swarming 602 # Multiple copies of the machines have to be deployed into swarming
603 # in order to keep up with the faster cycle time of the tests. 603 # in order to keep up with the faster cycle time of the tests.
604 'enable_swarming': False, 604 'enable_swarming': False,
605 }, 605 },
606 'Mac 10.10 Debug (ATI)': { 606 'Mac 10.10 Debug (AMD)': {
607 'chromium_config': 'chromium', 607 'chromium_config': 'chromium',
608 'chromium_apply_config': ['ninja_confirm_noop'], 608 'chromium_apply_config': ['ninja_confirm_noop'],
609 'gclient_config': 'chromium', 609 'gclient_config': 'chromium',
610 'chromium_config_kwargs': { 610 'chromium_config_kwargs': {
611 'BUILD_CONFIG': 'Debug', 611 'BUILD_CONFIG': 'Debug',
612 'TARGET_BITS': 64, 612 'TARGET_BITS': 64,
613 }, 613 },
614 'bot_type': 'tester', 614 'bot_type': 'tester',
615 'parent_buildername': 'GPU Mac Builder (dbg)', 615 'parent_buildername': 'GPU Mac Builder (dbg)',
616 'testing': { 616 'testing': {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'BUILD_CONFIG': 'Release', 885 'BUILD_CONFIG': 'Release',
886 'TARGET_BITS': 32, 886 'TARGET_BITS': 32,
887 }, 887 },
888 'bot_type': 'tester', 888 'bot_type': 'tester',
889 'parent_buildername': 'GPU Win Builder', 889 'parent_buildername': 'GPU Win Builder',
890 'testing': { 890 'testing': {
891 'platform': 'win', 891 'platform': 'win',
892 }, 892 },
893 'enable_swarming': True, 893 'enable_swarming': True,
894 }, 894 },
895 'Optional Win7 Release (ATI)': { 895 'Optional Win7 Release (AMD)': {
896 'chromium_config': 'chromium', 896 'chromium_config': 'chromium',
897 'chromium_apply_config': ['ninja_confirm_noop'], 897 'chromium_apply_config': ['ninja_confirm_noop'],
898 'gclient_config': 'chromium', 898 'gclient_config': 'chromium',
899 'chromium_config_kwargs': { 899 'chromium_config_kwargs': {
900 'BUILD_CONFIG': 'Release', 900 'BUILD_CONFIG': 'Release',
901 'TARGET_BITS': 32, 901 'TARGET_BITS': 32,
902 }, 902 },
903 'bot_type': 'tester', 903 'bot_type': 'tester',
904 'parent_buildername': 'GPU Win Builder', 904 'parent_buildername': 'GPU Win Builder',
905 'testing': { 905 'testing': {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'aura_builder', 987 'aura_builder',
988 ], 988 ],
989 'testing': { 989 'testing': {
990 'platform': 'linux', 990 'platform': 'linux',
991 }, 991 },
992 'enable_swarming': False, 992 'enable_swarming': False,
993 'use_isolate': True, 993 'use_isolate': True,
994 }, 994 },
995 }, 995 },
996 } 996 }
OLDNEW
« no previous file with comments | « masters/master.chromium.gpu.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698