Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run all external #5785

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tuned default excludes
to excllude run wrapper and criu
  • Loading branch information
judovana committed Dec 9, 2024
commit 0fe77279d0fa3257e4b5c92d28f38d3a17a00530
2 changes: 1 addition & 1 deletion external/run_all.sh
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ if [ -z ${IMAGES:-} ] ; then
fi
if [ -z ${TEST_EXCLUDE_LIST:-} ] ; then
# those tests donot seem to run with external JDK
TEST_EXCLUDE_LIST="\(criu\|quarkus\|openliberty\|tck-ubi-testplaylist\|openjdk\)"
TEST_EXCLUDE_LIST="\(criu\|tck-ubi-test\|external_custom\)"
fi
if [ -z ${TEST_INCLUDE_LIST:-} ] ; then
TEST_INCLUDE_LIST=".*"