You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has two reasons:
- When adding block latency tests (e.g. duplicating all existing test
cases to also run with fio's sync workload generator), the runtime
will exceed 1 hour, which is the buildkite pipeline timeout)
- Having the sync and async cases in the same buildkite step means that
the A/B-testing framework will try to cross-correct between the sync
and async engine, but comparing results from these makes no sense
because they are completely disjoint code paths in firecracker and
the host kernel, so there is no reason to believe that their
regressions should be correlated.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments