blob: 82a9c5583b0d9bd0a02a4de8b57dfb56ac3efa93 [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="910adbbd96f1fd4097fe729d0314729ed01d2289"
CROS_WORKON_TREE="5abe25e50d02db3dd3ba890bd3ff1d4e46abae67"
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.
# TODO(crbug.com/808434): Reenable unit tests once we understand the
# root cause
# bin/run_tests -p no:cacheprovider --no-cov || die "Unit tests failed"
:
}