Make atomic workstation failable

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-17 00:09:08 +00:00
parent 0a494a4fc1
commit 9d60d3017a

View file

@ -152,7 +152,8 @@ ostree = {
] ]
"ostree_repo": "/mnt/koji/compose/updates/atomic", "ostree_repo": "/mnt/koji/compose/updates/atomic",
"tag_ref": False, "tag_ref": False,
"arches": ["x86_64"] "arches": ["x86_64"],
"failable": ["x86_64"]
}, },
[% endif %] [% endif %]
] ]