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

Unified Diff: masters/master.chromium.infra/slaves.cfg

Issue 2064453002: add recipe continuous builders for each repo with recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix presubmit Created 4 years, 6 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.infra/slaves.cfg
diff --git a/masters/master.chromium.infra/slaves.cfg b/masters/master.chromium.infra/slaves.cfg
index bbeae77afa0aba1c70a7c5fc013b289c953a8d10..b297fcaf9430401c0efcc97ec4df4d1679f20603 100644
--- a/masters/master.chromium.infra/slaves.cfg
+++ b/masters/master.chromium.infra/slaves.cfg
@@ -48,6 +48,42 @@ slaves = [
},
{
'master': 'Infra',
+ 'builder': [
+ 'recipe_engine-recipes-tests',
+ 'build-recipes-tests',
+ 'depot_tools-recipes-tests',
+ ],
+ 'hostname': 'slave111-c1',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Infra',
+ 'builder': [
+ 'recipe_engine-recipes-tests',
+ 'build-recipes-tests',
+ 'depot_tools-recipes-tests',
+ ],
+ 'hostname': 'slave112-c1',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Infra',
+ 'builder': [
+ 'recipe_engine-recipes-tests',
+ 'build-recipes-tests',
+ 'depot_tools-recipes-tests',
+ ],
+ 'hostname': 'slave113-c1',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Infra',
'builder': ['infra-continuous-trusty-32'],
'hostname': 'vm26-m1',
'os': 'linux',

Powered by Google App Engine
This is Rietveld 408576698