On Wed, Nov 3, 2021 at 12:09 PM Ilya Maximets <[email protected]> wrote: > > On 11/3/21 17:01, [email protected] wrote: > > From: Numan Siddique <[email protected]> > > > > For the system-test matrix, running unit tests is not > > required and if a unit test fails, then system tests > > are not run. Also test matrix covers unit tests anyway. > > Hmm. I don't think that is correct. > IIUC, the only remaining gcc unit test run is with jemalloc. > The one within a system-test job is the only normal test run > we have.
Thanks for pointing this out. I missed it. I'll add another test matrix to run unit tests with gcc. The main reason for this patch is to run system tests even if unit tests fail (either due to a flake or due to genuine failure). Thanks Numan > > Best regards, Ilya Maximets. > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
