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

Side by Side Diff: masters/master.chromium.fyi/slaves.cfg

Issue 2063323002: Create recipe to run find_annotated_tests.py periodically (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Pass branch info to Nightly scheduler Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 { 102 {
103 'master': 'ChromiumFYI', 103 'master': 'ChromiumFYI',
104 'builder': 'CrWinClangGoma', 104 'builder': 'CrWinClangGoma',
105 'hostname': 'vm848-m1', 105 'hostname': 'vm848-m1',
106 'os': 'win', 106 'os': 'win',
107 'version': 'win7', 107 'version': 'win7',
108 'bits': '64', 108 'bits': '64',
109 }, 109 },
110 { 110 {
111 'master': 'ChromiumFYI', 111 'master': 'ChromiumFYI',
112 'builder': 'Android Builder (dbg)', 112 'builder': ['Android Builder (dbg)', 'Android Find Annotated Test'],
113 'hostname': 'vm823-m1', 113 'hostname': 'vm823-m1',
114 'os': 'linux', 114 'os': 'linux',
115 'version': 'precise', 115 'version': 'precise',
116 'bits': '64', 116 'bits': '64',
117 }, 117 },
118 { 118 {
119 'master': 'ChromiumFYI', 119 'master': 'ChromiumFYI',
120 'builder': 'Android Remoting Tests', 120 'builder': 'Android Remoting Tests',
121 'hostname': 'build65-b1', 121 'hostname': 'build65-b1',
122 'os': 'linux', 122 'os': 'linux',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 }, 728 },
729 { 729 {
730 'master': 'ChromiumFYI', 730 'master': 'ChromiumFYI',
731 'builder': 'Mojo Windows', 731 'builder': 'Mojo Windows',
732 'hostname': 'vm16-m1', 732 'hostname': 'vm16-m1',
733 'os': 'win', 733 'os': 'win',
734 'version': 'win7', 734 'version': 'win7',
735 'bits': '64', 735 'bits': '64',
736 }, 736 },
737 ] 737 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698