summaryrefslogtreecommitdiff
path: root/ci/ci-commitmessage-submodules.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2018-02-22 14:16:33 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-08 20:51:42 +0000
commit6e9d00dbeb94d6e2248289d6d5bbb5d41de84f01 (patch)
tree8b4116068ecf19a6076b703b5f915a3b882232ad /ci/ci-commitmessage-submodules.sh
parent3b7044f45ef5f62a855454293447061016a53bd3 (diff)
downloadostree-6e9d00dbeb94d6e2248289d6d5bbb5d41de84f01.tar.gz
ci: Rework installed tests to use Fedora Standard Test interface
Reusing the way `standard-test-roles` has support for booting a qcow2 actually gets us to the "VM-in-container" flow. Plus Ansible over shell script is sometimes nicer. https://fedoraproject.org/wiki/CI/Tests#Testing_an_Atomic_Host It's better than what we were doing before for installed tests, and moreover using Ansible more broadly for testing is going to align us better with Fedora's CI. As part of this I split off a "libpaprci" which I intend to maintain as a "copylib" for a little bit between ostree/rpm-ostree, and then we'll figure out how to expand from there (maybe some of the patterns get "baked in" to PAPR for example). Note the `FAH27-insttests` context moves to the top since it's now of primary importance, and I expect that we start expanding it. Closes: #1462 Approved by: jlebon
Diffstat (limited to 'ci/ci-commitmessage-submodules.sh')
-rwxr-xr-xci/ci-commitmessage-submodules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ci-commitmessage-submodules.sh b/ci/ci-commitmessage-submodules.sh
index 2dc9b764..38481aaf 100755
--- a/ci/ci-commitmessage-submodules.sh
+++ b/ci/ci-commitmessage-submodules.sh
@@ -17,7 +17,7 @@ set -euo pipefail
# being tested rather than the merge sha
HEAD=${PAPR_COMMIT:-HEAD}
dn=$(dirname $0)
-. ${dn}/libbuild.sh
+. ${dn}/libpaprci/libbuild.sh
tmpd=$(mktemp -d)
touch ${tmpd}/.tmpdir