On Wed, May 10, 2023 at 09:11:25PM +0200, Ilya Maximets wrote: > On 5/9/23 12:05, Stefan Hoffmann wrote: > > The failed pipeline is bfd-decay again, which seems to fail out of > > reason sometimes. Test works on my machine. > > > > Is there a way to rerun the pipeline? > > > > https://github.com/ovsrobot/ovs/actions/runs/4924091327 > > Unfortunately, there is no way to re-run. But it's clear that > only one bfd-decay test failed. And it's a known flaky test, > so do not worry if that happens again.
A technique that I use is this: 1. The pipeline is run on a branch of the ovsrobot/ovs repository. This repository can be added as a remote. And the branch fetched. In this case it is series_354092 2. This branch can be pushed to a fork/copy of the ovs repository, living in github. The workflow will run there. And if you have admin permissions to that repo, you can re-run it as many times as you like. e.g.: https://github.com/horms/ovs/actions/runs/4994609927 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
