From 63e123631b7484ef65656f87f8d693daa6a6e29c Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Tue, 20 Feb 2018 13:24:53 -0500 Subject: [PATCH] papr: remove usage of Fedora 26 (#342) Fedora 26 is dead to me. Remove the CI checks using a Fedora 26 host (which were always failing on rebasing to a commit on the stable branch) and start using the Fedora 27 Docker images. --- .papr.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.papr.yml b/.papr.yml index 9dd2bfa..e222d9a 100644 --- a/.papr.yml +++ b/.papr.yml @@ -1,11 +1,11 @@ cluster: hosts: - name: testnode - distro: fedora/26/atomic + distro: fedora/27/atomic container: - image: registry.fedoraproject.org/fedora:26 + image: registry.fedoraproject.org/fedora:27 -context: fedora/26/atomic +context: fedora/27/atomic packages: - python-virtualenv @@ -22,24 +22,12 @@ tests: --- inherit: true -cluster: - hosts: - - name: testnode - distro: fedora/27/atomic - container: - image: registry.fedoraproject.org/fedora:26 - -context: fedora/27/atomic - ---- -inherit: true - cluster: hosts: - name: testnode distro: centos/7/atomic container: - image: registry.fedoraproject.org/fedora:26 + image: registry.fedoraproject.org/fedora:27 context: centos/7/atomic @@ -51,6 +39,6 @@ cluster: - name: testnode distro: centos/7/atomic/continuous container: - image: registry.fedoraproject.org/fedora:26 + image: registry.fedoraproject.org/fedora:27 context: centos/7/atomic/continuous