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

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

Issue 1658603003: Deploy Win x64 NVIDIA builder/tester to chromium.gpu.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 a1d1354ef047f05a80fa154ee4fdf5cd0efcab94..1768dda6ffbe8f688267cf6687f6c6fbf570d079 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -135,6 +135,7 @@ FYI_WATERFALL = {
'builders': [
'GPU Win Builder',
'GPU Win Builder (dbg)',
+ 'GPU Win x64 Builder',
'GPU Mac Builder',
'GPU Mac Builder (dbg)',
'GPU Linux Builder',
@@ -197,6 +198,15 @@ FYI_WATERFALL = {
'swarming': True,
'os_type': 'win',
},
+ 'Win7 x64 Release (NVIDIA)': {
+ 'swarming_dimensions': {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ 'build_config': 'Release',
+ 'swarming': True,
+ 'os_type': 'win',
+ },
'Mac 10.10 Release (Intel)': {
'swarming_dimensions': {
'gpu': '8086:0a2e',
« 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