From 23b496f74f9056619d71342e5e987526319d6db1 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 27 Jul 2017 08:57:28 -0700 Subject: [PATCH] ci: bump tests to use F26 host & container --- .papr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.papr.yml b/.papr.yml index b439bdd8..c5b67e04 100644 --- a/.papr.yml +++ b/.papr.yml @@ -6,13 +6,13 @@ branches: - try required: true -context: f25-primary +context: f26-primary # This test case wants an "unprivileged container with bubblewrap", # which we don't have right now; so just provision a VM and do a # docker --privileged run. host: - distro: fedora/25/atomic + distro: fedora/26/atomic env: # TODO: CFLAGS: Readd -fsanitize-undefined-trap-on-error -fsanitize=address after debugging @@ -29,7 +29,7 @@ tests: -e "ASAN_OPTIONS=${ASAN_OPTIONS:-}" -v /etc/yum.repos.d:/etc/yum.repos.d.host:ro -v $(pwd):/srv/code -w /srv/code - registry.fedoraproject.org/fedora:25 /bin/sh -c + registry.fedoraproject.org/fedora:26 /bin/sh -c "cp -fv /etc/yum.repos.d{.host/*.repo,} && ./ci/build-check.sh"