mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 09:44:59 +01:00
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1244 Approved by: rhatdan
56 lines
680 B
YAML
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
|