blob: c1fd4a9a76ac732cea1b2328f43cf25faea4f373 [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/ci_results_archiver"
CROS_WORKON_LOCALNAME="../../infra/ci_results_archiver"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-workon
DESCRIPTION="Pipeline to archive continuous integration results."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/infra/ci_results_archiver/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
RDEPEND=""
DEPEND=""
# No file is installed by this package; the whole purpose of this package is to
# run unit tests.
src_test() {
# Pass some options to avoid writing to the write-protected directory.
bin/run_tests -p no:cacheprovider --no-cov || die "Unit tests failed"
}