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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2536853002: Add new Intel GPU bot names, remove old AMD. (Closed)
Patch Set: Rebase again Created 4 years 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 | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index ad186392894529eb6dc2e7cba0a62a76b2e4394d..ac09f63a1845e5a0b85defe290212716ed94d9ec 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -242,6 +242,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
+ 'Win10 Release (New Intel)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:0412',
+ 'os': 'Windows-10-10586',
+ },
+ ],
+ 'build_config': 'Release',
+ # This bot is a one-off and doesn't have similar slaves in the
+ # swarming pool.
+ 'swarming': False,
+ 'os_type': 'win',
+ },
'Win7 Debug (New Intel)': {
'swarming_dimensions': [
{
@@ -255,14 +268,14 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
- 'Win7 Release (AMD R7 240)': {
+ 'Win10 Debug (New Intel)': {
'swarming_dimensions': [
{
- 'gpu': '1002:6613',
- 'os': 'Windows-2008ServerR2-SP1'
+ 'gpu': '8086:0412',
+ 'os': 'Windows-10-10586',
},
],
- 'build_config': 'Release',
+ 'build_config': 'Debug',
# This bot is a one-off and doesn't have similar slaves in the
# swarming pool.
'swarming': False,
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698