blob: f74f522ac5360365a666f342ac0841b36c2a0772 [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="dd5cfd07e7802fcac79c20afd66ddb3d0d9316d0"
CROS_WORKON_TREE="3ecdc566d0c008e95c77a5c1a835e878da144e3b"
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"
}