blob: 28390d654003c87a6a119e4e59a5364074630ec9 [file] [log] [blame]
Chris Masone44e4d6c2012-08-15 14:25:53 -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# Job keyvals for finding debug symbols when processing crash dumps.
7JOB_BUILD_KEY = 'build'
8JOB_SUITE_KEY = 'suite'
9
10# Job attribute and label names
11JOB_REPO_URL = 'job_repo_url'
12VERSION_PREFIX = 'cros-version:'
13EXPERIMENTAL_PREFIX = 'experimental_'
14
15# Timings
16ARTIFACT_FINISHED_TIME = 'artifact_finished_time'
17DOWNLOAD_STARTED_TIME = 'download_started_time'
18PAYLOAD_FINISHED_TIME = 'payload_finished_time'