mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
ci: eclude scx_qmap and scx_userland from testing
These two schedulers are provided mostly as examples / PoC, so we should exclude them from our periodic testing, to prevent triggering false positives in our CI. Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
parent
77ee1cd41f
commit
d1cfe1765d
@ -16,7 +16,7 @@ GUEST_TIMEOUT=60
|
||||
# - scx_layered: temporarily excluded because it
|
||||
# cannot run with a default configuration
|
||||
#
|
||||
SCHEDULERS="scx_simple scx_central scx_flatcg scx_nest scx_pair scx_qmap scx_userland scx_rusty scx_rustland"
|
||||
SCHEDULERS="scx_simple scx_central scx_flatcg scx_nest scx_pair scx_rusty scx_rustland"
|
||||
|
||||
if [ ! -x `which vng` ]; then
|
||||
echo "vng not found, please install virtme-ng to enable testing"
|
||||
|
Loading…
Reference in New Issue
Block a user