forked from projectatomic/atomic
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.papr.yml
More file actions
55 lines (39 loc) · 682 Bytes
/
.papr.yml
File metadata and controls
55 lines (39 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
branches:
- master
- auto
- try
host:
distro: fedora/26/atomic
specs:
secondary-disk: 10
context: fedora/26/atomic
required: true
env:
ENABLE_DESTRUCTIVE: "1"
tests:
- echo "hello world"
artifacts:
- tests.log
timeout: 30m
---
inherit: true
host:
distro: centos/7/atomic/alpha
specs:
secondary-disk: 10
context: centos/7/atomic
---
inherit: true
host:
distro: fedora/26/cloud
specs:
secondary-disk: 10
context: fedora/26/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