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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
index bf498d1e5da7602b34bf11f9d1900d468a9bdda2..d909089959c7b37156342ee68458752e0d43c6b7 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py
@@ -128,7 +128,7 @@ SPEC = {
'enable_swarming': True,
'serialize_tests': True,
},
- 'Win7 Release (ATI)': {
+ 'Win7 Release (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -144,7 +144,7 @@ SPEC = {
'enable_swarming': True,
'serialize_tests': True,
},
- 'Win7 Debug (ATI)': {
+ 'Win7 Debug (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -211,7 +211,7 @@ SPEC = {
# This new hardware is being tested for reliability.
'enable_swarming': False,
},
- 'Win7 Release (AMD R7 240)': {
+ 'Win7 Release (AMD R5 230)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -402,7 +402,7 @@ SPEC = {
'enable_swarming': True,
'serialize_tests': True,
},
- 'Linux Release (ATI)': {
+ 'Linux Release (AMD R5 230)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb', 'ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -585,7 +585,7 @@ SPEC = {
'enable_swarming': True,
'serialize_tests': True,
},
- 'Mac 10.10 Release (ATI)': {
+ 'Mac 10.10 Release (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -603,7 +603,7 @@ SPEC = {
# in order to keep up with the faster cycle time of the tests.
'enable_swarming': False,
},
- 'Mac 10.10 Debug (ATI)': {
+ 'Mac 10.10 Debug (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
@@ -892,7 +892,7 @@ SPEC = {
},
'enable_swarming': True,
},
- 'Optional Win7 Release (ATI)': {
+ 'Optional Win7 Release (AMD)': {
'chromium_config': 'chromium',
'chromium_apply_config': ['ninja_confirm_noop'],
'gclient_config': 'chromium',
« 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