ci: Bump rpm-ostree tag we build for tests
authorJonathan Lebon <jonathan@jlebon.com>
Sat, 18 Aug 2018 01:50:14 +0000 (21:50 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Sun, 19 Aug 2018 01:03:47 +0000 (01:03 +0000)
The latest rpm-ostree release no longer requires `python3-devel` so `dnf
builddep` here is no longer pulling it in, subsequently causing issues
when building an older rpm-ostree release. Let's just bump the release
tag so we don't have to also start keeping track of older dependencies.

Closes: #1708
Approved by: cgwalters

ci/rpmostree.sh

index f766a368325cb3b8b1ea4ab54917ad01f5b61107..0d8a5e4112b9b63a4d7a5350951a8b1427e81c0a 100755 (executable)
@@ -6,7 +6,7 @@ set -xeuo pipefail
 # Frozen to a tag for now to help predictability; it's
 # also useful to test building *older* versions since
 # that must work.
-RPMOSTREE_TAG=v2018.5
+RPMOSTREE_TAG=v2018.7
 
 dn=$(dirname $0)
 . ${dn}/libpaprci/libbuild.sh
@@ -48,4 +48,4 @@ if ! make vmsync; then
     fatal "vmsync failed"
 fi
 # Now run tests; just a subset ⊂ for now to avoid CI overload
-make vmcheck TESTS="basic layering-basic"
+make vmcheck TESTS="layering-basic-1 layering-basic-2"