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

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

Issue 1838903002: Run tests on new Win/Linux Intel GPU FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 2781c17cb0399d1477c2e5a351b67a40016f07a9..e697ff674bc349393c8b8264d97a6573f5db8221 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -223,6 +223,28 @@ FYI_WATERFALL = {
'swarming': False,
'os_type': 'win',
},
+ 'Win7 Release (New Intel)': {
+ 'swarming_dimensions': {
+ 'gpu': '8086:0412',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ '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': {
+ 'gpu': '8086:0412',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ '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 x64 Release (NVIDIA)': {
'swarming_dimensions': {
'gpu': '10de:104a',
@@ -372,6 +394,28 @@ 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',
+ },
# The following "optional" testers don't actually exist on the
# waterfall. They are present here merely to specify additional
« 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