Attempt to use fedora 28 atomic host

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #873
Approved by: mheon
This commit is contained in:
Daniel J Walsh 2018-06-01 10:58:11 -04:00 committed by Atomic Bot
parent e83b007d51
commit 2446ebc70f
1 changed files with 5 additions and 7 deletions

View File

@ -4,19 +4,17 @@ branches:
- try - try
host: host:
distro: fedora/27/atomic distro: fedora/28/atomic
specs: specs:
ram: 8192 ram: 8192
cpus: 4 cpus: 4
packages:
- podman
required: true required: true
timeout: 45m timeout: 45m
tests: tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
context: "FAH27" context: "FAH28"
--- ---
host: host:
@ -45,13 +43,13 @@ context: "CAH smoketested"
inherit: true inherit: true
host: host:
distro: fedora/27/cloud/pungi distro: fedora/28/cloud
specs: specs:
ram: 8192 ram: 8192
cpus: 4 cpus: 4
extra-repos: extra-repos:
- name: crio_copr - 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 gpgcheck: 0
packages: packages:
- podman - podman
@ -59,4 +57,4 @@ packages:
tests: tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
required: false required: false
context: "Fedora fedora/27/cloud Podman" context: "Fedora fedora/28/cloud Podman"