blob: 2162eea1d4a41ab7b736c668e923eaf310d6f60c [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_WORKON_COMMIT="fbef1b8bac613a4f4290e5a5ea8a7d8169eb455e"
CROS_WORKON_TREE="1d7b44ce7ab3b8f80c337e395ffd510d9f4c2096"
CROS_WORKON_PROJECT="chromiumos/infra/lucifer"
CROS_WORKON_LOCALNAME="../../infra/lucifer"
CROS_GO_BINARIES=(
"lucifer/cmd/lucifer_run_job"
"lucifer/cmd/lucifer_watcher"
)
inherit cros-workon cros-go
DESCRIPTION="Chromium OS testing infrastructure"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/infra/lucifer/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="
dev-go/opencensus
"
RDEPEND=""