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

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

Issue 74063005: Switched remaining GPU test bots to be pure testers, triggered by builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years, 1 month 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 c73f3a46ce58e580c9851c4052ddcbf642e9a131..a96feccb3d1dde773209e0b0f08901772e6dd0bb 100644
--- a/masters/master.chromium.gpu.fyi/slaves.cfg
+++ b/masters/master.chromium.gpu.fyi/slaves.cfg
@@ -30,9 +30,10 @@ slaves = [
'os': 'win',
'version': 'xp',
'bits': '32',
- 'recipe': 'gpu/build_and_test',
+ 'recipe': 'gpu/download_and_test',
'build_config': 'Release',
'perf_id': 'gpu-fyi-winxp-release-nvidia',
+ 'triggered_by': 'GPU Win Builder',
},
{
'master': 'ChromiumGPUFYI',
@@ -41,8 +42,9 @@ slaves = [
'os': 'win',
'version': 'xp',
'bits': '32',
- 'recipe': 'gpu/build_and_test',
+ 'recipe': 'gpu/download_and_test',
'build_config': 'Debug',
+ 'triggered_by': 'GPU Win Builder (dbg)',
},
{
'master': 'ChromiumGPUFYI',
@@ -91,9 +93,10 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
- 'recipe': 'gpu/build_and_test',
+ 'recipe': 'gpu/download_and_test',
'build_config': 'Release',
'perf_id': 'gpu-fyi-linux-release-intel',
+ 'triggered_by': 'GPU Linux Builder',
},
{
'master': 'ChromiumGPUFYI',
@@ -102,9 +105,10 @@ slaves = [
'os': 'linux',
'version': 'precise',
'bits': '64',
- 'recipe': 'gpu/build_and_test',
+ 'recipe': 'gpu/download_and_test',
'build_config': 'Release',
'perf_id': 'gpu-fyi-linux-release-ati',
+ 'triggered_by': 'GPU Linux Builder',
},
{
'master': 'ChromiumGPUFYI',

Powered by Google App Engine
This is Rietveld 408576698