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

Unified Diff: masters/master.chromium.gpu.fyi/slaves.cfg

Issue 24918002: Converted the remaining GPU bots to recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years, 3 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
Index: masters/master.chromium.gpu.fyi/slaves.cfg
diff --git a/masters/master.chromium.gpu.fyi/slaves.cfg b/masters/master.chromium.gpu.fyi/slaves.cfg
index 65b9552a5220322cc6bda5415776fa3b16ca7fae..f82418fe6d65b8858faae7d00607ddfcedbc68d6 100644
--- a/masters/master.chromium.gpu.fyi/slaves.cfg
+++ b/masters/master.chromium.gpu.fyi/slaves.cfg
@@ -10,6 +10,7 @@ slaves = [
'os': 'win',
'version': 'xp',
'bits': '32',
+ 'perf_id': 'gpu-fyi-winxp-release-nvidia',
},
{
'master': 'ChromiumGPUFYI',
@@ -26,6 +27,7 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
+ 'perf_id': 'gpu-fyi-linux-release-intel',
},
{
'master': 'ChromiumGPUFYI',
@@ -34,6 +36,7 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
+ 'perf_id': 'gpu-fyi-linux-release-ati',
},
{
'master': 'ChromiumGPUFYI',
@@ -42,6 +45,7 @@ slaves = [
'os': 'win',
'version': 'win7',
'bits': '64',
+ 'is_audio': True,
},
{
'master': 'ChromiumGPUFYI',
@@ -50,5 +54,6 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
+ 'is_audio': True,
},
]

Powered by Google App Engine
This is Rietveld 408576698