aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-06-01 10:58:11 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-01 20:14:28 +0000
commit2446ebc70fd59fd56758d9e10d0992a64db7a0ed (patch)
treeb1f6e64c465ceefe81bad4c9c379dc1f6ff22c6f
parente83b007d5161ff6704ec6c39f3708c2ae2a77db0 (diff)
downloadpodman-2446ebc70fd59fd56758d9e10d0992a64db7a0ed.tar.gz
podman-2446ebc70fd59fd56758d9e10d0992a64db7a0ed.tar.bz2
podman-2446ebc70fd59fd56758d9e10d0992a64db7a0ed.zip
Attempt to use fedora 28 atomic host
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #873 Approved by: mheon
-rw-r--r--.papr.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.papr.yml b/.papr.yml
index 353475d9f..5591a8213 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -4,19 +4,17 @@ branches:
- try
host:
- distro: fedora/27/atomic
+ distro: fedora/28/atomic
specs:
ram: 8192
cpus: 4
-packages:
- - podman
required: true
timeout: 45m
tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
-context: "FAH27"
+context: "FAH28"
---
host:
@@ -45,13 +43,13 @@ context: "CAH smoketested"
inherit: true
host:
- distro: fedora/27/cloud/pungi
+ distro: fedora/28/cloud
specs:
ram: 8192
cpus: 4
extra-repos:
- name: crio_copr
- baseurl: https://copr-be.cloud.fedoraproject.org/results/baude/Upstream_CRIO_Family/fedora-27-x86_64/
+ baseurl: https://copr-be.cloud.fedoraproject.org/results/baude/Upstream_CRIO_Family/fedora-28-x86_64/
gpgcheck: 0
packages:
- podman
@@ -59,4 +57,4 @@ packages:
tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
required: false
-context: "Fedora fedora/27/cloud Podman"
+context: "Fedora fedora/28/cloud Podman"