From 9d60d3017a923613123807bdcc6dd28d58e87165 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 17 Nov 2017 00:09:08 +0000 Subject: [PATCH] Make atomic workstation failable Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 9e427a6dcb..2c1e0e3e61 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -152,7 +152,8 @@ ostree = { ] "ostree_repo": "/mnt/koji/compose/updates/atomic", "tag_ref": False, - "arches": ["x86_64"] + "arches": ["x86_64"], + "failable": ["x86_64"] }, [% endif %] ]