mirror of https://github.com/google/oss-fuzz.git
[istio] Fix failing CI (#7349)
This commit is contained in:
parent
33ee62256f
commit
0c6ed8df6f
|
@ -15,5 +15,13 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
$SRC/istio/tests/fuzz/oss_fuzz_build.sh
|
||||
if [ -n "${OSS_FUZZ_CI-}" ]
|
||||
then
|
||||
echo "Skipping most fuzzers since the OSS-fuzz CI may fail from running out of disk space."
|
||||
mv ./tests/fuzz/kube_gateway_controller_fuzzer.go ./pilot/pkg/config/kube/gateway/
|
||||
compile_go_fuzzer istio.io/istio/pilot/pkg/config/kube/gateway ConvertResourcesFuzz fuzz_convert_resources
|
||||
else
|
||||
$SRC/istio/tests/fuzz/oss_fuzz_build.sh
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue