Merge pull request #160 from sched-ext/ci-exclude-example-scheds

ci: eclude scx_qmap and scx_userland from testing
This commit is contained in:
David Vernet 2024-02-24 11:55:30 -06:00 committed by GitHub
commit 869b1c2a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"