kevin opened a new pull-request against the project: `pungi-fedora` that you are following: `` toolbox: should be blocking (f39) ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
ngompa commented on the pull-request: `toolbox: should be blocking (f39)` that you are following: `` :thumbsup: ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
adamwill commented on the pull-request: `toolbox: should be blocking (f39)` that you are following: `` In the last compose I checked, it failed on s390x and ppc64le - https://koji.fedoraproject.org/koji/taskinfo?taskID=105067291 . would marking it as failable `''` mean the compose dies if it fails on s390x or ppc64le? ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
ngompa commented on the pull-request: `toolbox: should be blocking (f39)` that you are following: `` That would be the idea, no? ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
adamwill commented on the pull-request: `toolbox: should be blocking (f39)` that you are following: `` I guess, I was just worried that if those are recurring issues rather than one-offs, we'll be unable to get composes done...but I just checked the last two days' worth of composes and I don't see Toolbx failures there, so I guess it's OK. ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
lsedlar commented on the pull-request: `toolbox: should be blocking (f39)` that you are following: ``
In the last compose I checked, it failed on s390x and ppc64le - https://koji.fedoraproject.org/koji/taskinfo?taskID=105067291 . would marking it as failable '' mean the compose dies if it fails on s390x or ppc64le?
Yes, the '*' wildcard in compose config is expanded to all arches and passed to koji as `optional_arches`, so any failing subtask still results in successful parent task (and even failure there would not abort the compose).
If you want to ignore failures only on some arches, list those in the pungi config: `"failable": ["ppc64le", "s390x"]` would ignore errors only on those.
Given that the option should be a list of arches or `*`, the empty string is suspicious, but I think it should behave the same as if there was nothing. ``
To reply, visit the link below or just reply to this email https://pagure.io/pungi-fedora/pull-request/1195
kevin merged a pull-request against the project: `pungi-fedora` that you are following.
Merged pull-request:
`` toolbox: should be blocking (f39) ``
rel-eng@lists.fedoraproject.org