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 qemu_systemmode tests with self-hosted runners #2018

Merged
merged 28 commits into from
Apr 22, 2024
Merged

Conversation

rmalmain
Copy link
Collaborator

@rmalmain rmalmain commented Apr 8, 2024

Also, rename test_all_fuzzers.sh into test_fuzzer.sh

@domenukk
Copy link
Member

domenukk commented Apr 8, 2024

test_fuzzers.sh? It doesn't just test a single one?

@rmalmain
Copy link
Collaborator Author

rmalmain commented Apr 8, 2024

@tokatoka
Copy link
Member

tokatoka commented Apr 8, 2024

@domenukk
I changed the ci so that one CI instance will only test one fuzzer.
test_all_fuzzers.sh accept argv[1] which is the sole fuzzer to run for that specific CI instance. Hence it is test_fuzzer.sh

@domenukk
Copy link
Member

domenukk commented Apr 8, 2024

Is there a way to run this locally still/bring back test_all_fuzzers.sh as wrapper?

@tokatoka
Copy link
Member

tokatoka commented Apr 8, 2024

@rmalmain
can you add this to line 9 of test_all_fuzzers.sh?

    fuzzers=$(find ./fuzzers -mindepth 1 -maxdepth 1 -type d)
    backtrace_fuzzers=$(find ./fuzzers/backtrace_baby_fuzzers -mindepth 1 -maxdepth 1 -type d)
    fuzzer_to_test="$fuzzers $backtrace_fuzzers"

with this you test everything if it is run on local

@rmalmain rmalmain merged commit fef6c8d into main Apr 22, 2024
101 checks passed
@rmalmain rmalmain deleted the ci_libafl_qemu branch April 22, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants