blob: d5509758c8a4edf23f886e156da3c3bb2e5c287d [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="4347a0e20371c3164a7cb3603304d91bbaacc157"
CROS_WORKON_TREE="e03682017c7512879ed423d85da1579b07876160"
CROS_WORKON_PROJECT="chromiumos/infra/lucifer"
CROS_WORKON_LOCALNAME="../../infra/lucifer"
CROS_GO_BINARIES=(
"lucifer/cmd/lucifer_run_job"
"lucifer/cmd/skylab_swarming_worker"
)
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/errors
dev-go/gcp-bigquery
dev-go/go-sys
dev-go/luci-logdog-streamclient
dev-go/luci-swarming
dev-go/luci-tsmon
dev-go/opencensus
"
RDEPEND=""