Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit ccf4b17

Browse files
Micah Abbottmike-nguyen
authored andcommitted
Remove broken distros from papr.yml (#207)
The `centos/7/atomic` and `centos/7/atomic/smoketested` distros are having issues that are affecting our PAPR tests. I've removed them temporarily until they are stable again. Related issues: CentOS/sig-atomic-buildscripts/#282 CentOS/sig-atomic-buildscripts/#283
1 parent 92fce39 commit ccf4b17

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

.papr.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
cluster:
22
hosts:
33
- name: testnode
4-
distro: centos/7/atomic/alpha
5-
ostree:
6-
branch: centos-atomic-host/7/x86_64/devel/smoketested
4+
distro: fedora/25/atomic
75
container:
86
image: registry.fedoraproject.org/fedora:25
97

10-
context: centos/7/atomic/smoketested
8+
context: fedora/25/atomic
119

1210
packages:
1311
- ansible
@@ -19,18 +17,6 @@ tests:
1917
---
2018
inherit: true
2119

22-
cluster:
23-
hosts:
24-
- name: testnode
25-
distro: fedora/25/atomic
26-
container:
27-
image: registry.fedoraproject.org/fedora:25
28-
29-
context: fedora/25/atomic
30-
31-
---
32-
inherit: true
33-
3420
cluster:
3521
hosts:
3622
- name: testnode
@@ -40,14 +26,3 @@ cluster:
4026

4127
context: fedora/26/atomic
4228

43-
---
44-
inherit: true
45-
46-
cluster:
47-
hosts:
48-
- name: testnode
49-
distro: centos/7/atomic
50-
container:
51-
image: registry.fedoraproject.org/fedora:25
52-
53-
context: centos/7/atomic

0 commit comments

Comments
 (0)