osbuild: Fix not failing on failable tasks
The task can only fail as a whole, thus it only makes sense to set all architectures (`*`) as failable. The correct value needs to be checked though. JIRA: RHELCMP-3412 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
4a048d4a85
commit
98ddc74c16
2 changed files with 3 additions and 8 deletions
|
|
@ -381,7 +381,7 @@ class RunOSBuildThreadTest(helpers.PungiTestCase):
|
|||
None,
|
||||
"image-target",
|
||||
[self.topdir + "/compose/Everything/$arch/os"],
|
||||
["x86_64"],
|
||||
False,
|
||||
),
|
||||
1,
|
||||
)
|
||||
|
|
@ -408,7 +408,7 @@ class RunOSBuildThreadTest(helpers.PungiTestCase):
|
|||
None,
|
||||
"image-target",
|
||||
[self.topdir + "/compose/Everything/$arch/os"],
|
||||
["x86_64"],
|
||||
True,
|
||||
),
|
||||
1,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue