use func-tester

This commit is contained in:
Yakov Olkhovskiy 2024-10-16 14:18:19 +00:00
parent 9ebd2fc4db
commit 7981e99bee

View File

@ -523,7 +523,7 @@ class CI:
run_by_labels=[Tags.libFuzzer],
timeout=10800,
run_command='libfuzzer_test_check.py "$CHECK_NAME"',
runner_type=Runners.STYLE_CHECKER,
runner_type=Runners.FUNC_TESTER,
),
JobNames.DOCKER_SERVER: CommonJobConfigs.DOCKER_SERVER.with_properties(
required_builds=[BuildNames.PACKAGE_RELEASE, BuildNames.PACKAGE_AARCH64]