blob: c7ec7a6a0c9bed252486f9c980a18245f496c73d [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_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=""