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

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

Issue 1561333003: Deploy new Windows GPU FYI slaves running Chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b0ef60d4b1d4f136d8d2f4cac7cc0dc9acac8d55..d420446310fc4db5e9a3df31dce36fa100eb3162 100644
--- a/masters/master.chromium.gpu.fyi/slaves.cfg
+++ b/masters/master.chromium.gpu.fyi/slaves.cfg
@@ -288,6 +288,26 @@ slaves = [
},
{
'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm80-m1',
+ 'builder': 'GPU NextGen Win Builder',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm81-m1',
+ 'builder': 'GPU NextGen Win Builder (dbg)',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
'hostname': 'slave60-c1',
'builder': 'GPU NextGen Linux Builder',
'os': 'linux',
@@ -298,6 +318,30 @@ slaves = [
},
{
'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm82-m1',
+ 'builder': 'Win7 NextGen Release (NVIDIA)',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm83-m1',
+ 'builder': 'Win7 NextGen Debug (NVIDIA)',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
'hostname': 'slave61-c1',
'builder': 'GPU NextGen Linux Builder (dbg)',
'os': 'linux',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698