David Marchand <david.march...@redhat.com> writes: > On Tue, Nov 16, 2021 at 3:44 PM Aaron Conole <acon...@redhat.com> wrote: >> > Build DPDK with Fedora 35 containers. >> > Differences with the Ubuntu GHA vm images: >> > - tasks are run as root in containers, no need for sudo, >> > - compiler must be explicitly installed: clang is not in container images, >> > - GHA artifacts can't contain a ':' in their name, and must be filtered, >> > >> > Signed-off-by: David Marchand <david.march...@redhat.com> >> Acked-by: Aaron Conole <acon...@redhat.com> > > Unfortunately, while testing it a bit more (having it in my tree), I > got some random failures when pulling container images. > I suspect docker limits image pulls... but I am not sure yet. > I'll have to investigate this.
I do see that there were warnings even with the github robot's run - but those builds eventually went through. I guess if it isn't stable, it makes sense to not deploy. One alternative is to create a separate "workflow" for github action that can be called "fedora" and that will be recorded differently by the robot and then if there's a failure at least it will be a different "test." This probably isn't preferable, though - since it creates another test in the UI. > > -- > David Marchand