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

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

Issue 2640813003: Deploy experimental NVIDIA Retina bot. Remove old Intel bots. (Closed)
Patch Set: Created 3 years, 11 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 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 6f39ea0ed7e8358d130815b4cb371b0f6e88dde1..0701488482edb4426c343a33134776c946ea7721 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -232,32 +232,6 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
- 'Win10 Release (New Intel)': {
- 'swarming_dimensions': [
- {
- 'gpu': '8086:0412',
- 'os': 'Windows-10',
- },
- ],
- 'build_config': 'Release',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'win',
- },
- 'Win10 Debug (New Intel)': {
- 'swarming_dimensions': [
- {
- 'gpu': '8086:0412',
- 'os': 'Windows-10',
- },
- ],
- 'build_config': 'Debug',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'win',
- },
'Win10 Release (Intel HD 530)': {
'swarming_dimensions': [
{
@@ -428,6 +402,19 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'mac',
},
+ 'Mac Experimental Retina Release (NVIDIA)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '10de:0fe9',
+ 'hidpi': '1',
+ 'os': 'Mac'
+ },
+ ],
+ 'build_config': 'Release',
+ # This bot is a one-off for testing purposes.
+ 'swarming': False,
+ 'os_type': 'mac',
+ },
'Mac GPU ASAN Release': {
# This bot spawns jobs on multiple GPU types.
'swarming_dimensions': [
@@ -507,32 +494,6 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'linux',
},
- 'Linux Release (New Intel)': {
- 'swarming_dimensions': [
- {
- 'gpu': '8086:0412',
- 'os': 'Linux'
- },
- ],
- 'build_config': 'Release',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'linux',
- },
- 'Linux Debug (New Intel)': {
- 'swarming_dimensions': [
- {
- 'gpu': '8086:0412',
- 'os': 'Linux'
- },
- ],
- 'build_config': 'Debug',
- # This bot is a one-off and doesn't have similar slaves in the
- # swarming pool.
- 'swarming': False,
- 'os_type': 'linux',
- },
'Linux Release (Intel HD 530)': {
'swarming_dimensions': [
{
« 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