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

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

Issue 1550223002: Added new slaves and spec files for GPU FYI bots running Chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added sentinel for bots using recipe-side triggers. Created 5 years 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/master/recipe_master_helper.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 a7a9228ca6e9ac322e0057c496369b983dae61b2..b0ef60d4b1d4f136d8d2f4cac7cc0dc9acac8d55 100644
--- a/masters/master.chromium.gpu.fyi/slaves.cfg
+++ b/masters/master.chromium.gpu.fyi/slaves.cfg
@@ -286,4 +286,92 @@ slaves = [
'version': 'precise',
'bits': '64',
},
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'slave60-c1',
+ 'builder': 'GPU NextGen Linux Builder',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'slave61-c1',
+ 'builder': 'GPU NextGen Linux Builder (dbg)',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'slave62-c1',
+ 'builder': 'Linux NextGen Release (NVIDIA)',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'slave63-c1',
+ 'builder': 'Linux NextGen Debug (NVIDIA)',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm71-m1',
+ 'builder': 'GPU NextGen Mac Builder',
+ 'os': 'mac',
+ 'version': '10.10',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm72-m1',
+ 'builder': 'GPU NextGen Mac Builder (dbg)',
+ 'os': 'mac',
+ 'version': '10.10',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm73-m1',
+ 'builder': 'Mac NextGen 10.10 Retina Release (AMD)',
+ 'os': 'mac',
+ 'version': '10.10',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Release',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
+ {
+ 'master': 'ChromiumGPUFYI',
+ 'hostname': 'vm74-m1',
+ 'builder': 'Mac NextGen 10.10 Retina Debug (AMD)',
+ 'os': 'mac',
+ 'version': '10.10',
+ 'bits': '64',
+ 'recipe': 'chromium',
+ 'build_config': 'Debug',
+ # This bot uses recipe-side triggers.
+ 'triggered_by': 'none',
+ },
]
« no previous file with comments | « no previous file | scripts/master/recipe_master_helper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698