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

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

Issue 2623773003: Deploy new Win and Linux Intel HD 530 GPU 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 5e6e4484b2349bea8a05e8780d1aecc2b78c3433..c8af5304645d3a21ccfa0daed768a98c3fa2185e 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -232,11 +232,11 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
- 'Win7 Release (New Intel)': {
+ 'Win10 Release (New Intel)': {
'swarming_dimensions': [
{
'gpu': '8086:0412',
- 'os': 'Windows-2008ServerR2-SP1'
+ 'os': 'Windows-10',
},
],
'build_config': 'Release',
@@ -245,36 +245,36 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
- 'Win10 Release (New Intel)': {
+ 'Win10 Debug (New Intel)': {
'swarming_dimensions': [
{
'gpu': '8086:0412',
'os': 'Windows-10',
},
],
- 'build_config': 'Release',
+ 'build_config': 'Debug',
# 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)': {
+ 'Win10 Release (Intel HD 530)': {
'swarming_dimensions': [
{
- 'gpu': '8086:0412',
- 'os': 'Windows-2008ServerR2-SP1'
+ 'gpu': '8086:1912',
+ 'os': 'Windows-10',
},
],
- 'build_config': 'Debug',
+ '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)': {
+ 'Win10 Debug (Intel HD 530)': {
'swarming_dimensions': [
{
- 'gpu': '8086:0412',
+ 'gpu': '8086:1912',
'os': 'Windows-10',
},
],
@@ -532,6 +532,32 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'linux',
},
+ 'Linux Release (Intel HD 530)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:1912',
+ '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 (Intel HD 530)': {
+ 'swarming_dimensions': [
+ {
+ 'gpu': '8086:1912',
+ '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 (AMD R7 240)': {
'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