Chris Masone | 44e4d6c | 2012-08-15 14:25:53 -0700 | [diff] [blame] | 1 | # 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 | # Job keyvals for finding debug symbols when processing crash dumps. |
| 7 | JOB_BUILD_KEY = 'build' |
| 8 | JOB_SUITE_KEY = 'suite' |
| 9 | |
| 10 | # Job attribute and label names |
Vadim Bendebury | ab14bf1 | 2012-12-28 13:51:46 -0800 | [diff] [blame] | 11 | EXPERIMENTAL_PREFIX = 'experimental_' |
| 12 | FW_VERSION_PREFIX = 'fw-version:' |
Chris Masone | 44e4d6c | 2012-08-15 14:25:53 -0700 | [diff] [blame] | 13 | JOB_REPO_URL = 'job_repo_url' |
| 14 | VERSION_PREFIX = 'cros-version:' |
Simran Basi | 833814b | 2013-01-29 13:13:43 -0800 | [diff] [blame^] | 15 | BOARD_PREFIX = 'board:' |
Chris Masone | 44e4d6c | 2012-08-15 14:25:53 -0700 | [diff] [blame] | 16 | |
| 17 | # Timings |
| 18 | ARTIFACT_FINISHED_TIME = 'artifact_finished_time' |
| 19 | DOWNLOAD_STARTED_TIME = 'download_started_time' |
| 20 | PAYLOAD_FINISHED_TIME = 'payload_finished_time' |
Alex Miller | 3083790 | 2013-02-02 15:52:43 -0800 | [diff] [blame] | 21 | |
| 22 | # Reimage type names |
| 23 | # Please be very careful in changing or adding to these, as one needs to |
| 24 | # maintain backwards compatibility. |
| 25 | REIMAGE_TYPE_OS = 'os' |
| 26 | REIMAGE_TYPE_FIRMWARE = 'firmware' |