blob: 8f9039455480f204b91640572a739476d46d63be [file] [log] [blame]
Alex Miller511a9e32012-07-03 09:16:47 -07001# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5
6"""Module containing the constants to be reused throughout suite_scheduler."""
7
8
9class Labels:
10 """Constants related to label names.
11
12 @var BOARD_PREFIX The string with which board labels are prefixed.
13 @var POOL_PREFIX The stright with which pool labels are prefixed."""
14 BOARD_PREFIX = 'board:'
15 POOL_PREFIX = 'pool:'