Re: [PATCH v2 3/7] dts: filter test suites in executions

2024-02-14 Thread Juraj Linkeš
On Mon, Feb 12, 2024 at 5:44 PM Jeremy Spewock wrote: > > On Tue, Feb 6, 2024 at 9:57 AM Juraj Linkeš > wrote: > > > > We're currently filtering which test cases to run after some setup > > steps, such as DPDK build, have already been taken. This prohibits us to > > mark the test suites and case

Re: [PATCH v2 3/7] dts: filter test suites in executions

2024-02-12 Thread Jeremy Spewock
On Tue, Feb 6, 2024 at 9:57 AM Juraj Linkeš wrote: > > We're currently filtering which test cases to run after some setup > steps, such as DPDK build, have already been taken. This prohibits us to > mark the test suites and cases that were supposed to be run as blocked > when an earlier setup fail

[PATCH v2 3/7] dts: filter test suites in executions

2024-02-06 Thread Juraj Linkeš
We're currently filtering which test cases to run after some setup steps, such as DPDK build, have already been taken. This prohibits us to mark the test suites and cases that were supposed to be run as blocked when an earlier setup fails, as that information is not available at that time. To reme