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 |
| 11 | JOB_REPO_URL = 'job_repo_url' |
| 12 | VERSION_PREFIX = 'cros-version:' |
| 13 | EXPERIMENTAL_PREFIX = 'experimental_' |
| 14 | |
| 15 | # Timings |
| 16 | ARTIFACT_FINISHED_TIME = 'artifact_finished_time' |
| 17 | DOWNLOAD_STARTED_TIME = 'download_started_time' |
| 18 | PAYLOAD_FINISHED_TIME = 'payload_finished_time' |