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

Side by Side Diff: masters/master.chromium.infra.cron/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: Add into steps.py 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 unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2015 The Chromium Authors. All rights reserved. 4 # Copyright 2015 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 slaves = [ 8 slaves = [
9 { 9 {
10 'master': 'InfraCron', 10 'master': 'InfraCron',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 { 81 {
82 'master': 'InfraCron', 82 'master': 'InfraCron',
83 'builder': ['builder-alerts'], 83 'builder': ['builder-alerts'],
84 'hostname': 'vm944-m1', 84 'hostname': 'vm944-m1',
85 'os': 'linux', 85 'os': 'linux',
86 'version': 'trusty', 86 'version': 'trusty',
87 'bits': '64', 87 'bits': '64',
88 }, 88 },
89 { 89 {
90 'master': 'InfraCron', 90 'master': 'InfraCron',
91 'builder': ['publish_tarball'], 91 'builder': ['publish_tarball', 'Chromium Android Find Annotated Tests'],
92 'hostname': 'slave10-c1', 92 'hostname': 'slave10-c1',
93 'os': 'linux', 93 'os': 'linux',
94 'version': 'trusty', 94 'version': 'trusty',
95 'bits': '64', 95 'bits': '64',
96 }, 96 },
97 { 97 {
98 'master': 'InfraCron', 98 'master': 'InfraCron',
99 'builder': ['rebaseline-o-matic'], 99 'builder': ['rebaseline-o-matic'],
100 'hostname': 'vm140-m1', 100 'hostname': 'vm140-m1',
101 'os': 'linux', 101 'os': 'linux',
(...skipping 17 matching lines...) Expand all
119 'master': 'InfraCron', 119 'master': 'InfraCron',
120 'builder': ['ChromiumOS Codesearch'], 120 'builder': ['ChromiumOS Codesearch'],
121 'hostname': 'slave15-c1', 121 'hostname': 'slave15-c1',
122 }, 122 },
123 { 123 {
124 'master': 'InfraCron', 124 'master': 'InfraCron',
125 'builder': ['git-hash-metrics'], 125 'builder': ['git-hash-metrics'],
126 'hostname': 'slave71-c1', 126 'hostname': 'slave71-c1',
127 }, 127 },
128 ] 128 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.infra.cron/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698