Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
papr: remove usage of Fedora 26 (#342)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Micah Abbott authored and mike-nguyen committed Feb 20, 2018
1 parent 6d583ff commit 63e1236
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .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
Expand All @@ -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

Expand All @@ -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

0 comments on commit 63e1236

Please sign in to comment.