1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 09:44:59 +01:00
Files
atomic/.papr.yml
Giuseppe Scrivano 88d476b1f0 papr.sh: use Fedora 28
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1244
Approved by: rhatdan
2018-06-27 13:19:55 +00:00

56 lines
680 B
YAML

branches:
- master
- auto
- try
host:
distro: fedora/28/atomic
specs:
secondary-disk: 10
context: fedora/28/atomic
required: true
env:
ENABLE_DESTRUCTIVE: "1"
tests:
- ./.papr.sh
artifacts:
- tests.log
timeout: 30m
---
inherit: true
host:
distro: centos/7/atomic/smoketested
specs:
secondary-disk: 10
context: centos/7/atomic
---
inherit: true
host:
distro: fedora/28/cloud
specs:
secondary-disk: 10
context: fedora/28/cloud
# we install atomic to get the runtime reqs but of course,
# its files will get overwritten by the containerized build
packages:
- atomic
- python3-coverage
- rpm-build
- make
- python3-PyYAML