From 11a2733dc2a37b9af08304083cdea87f30ab3b9b Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 30 Oct 2019 11:50:19 -0600 Subject: ci: Change fuzz type from regression to local-regression As per recommendation from Fuzzit devs --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4891858..34c5db2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -223,7 +223,7 @@ jobs: ["./replacer_fuzz.go"]="replacer" \ ) - fuzz_type="regression" + fuzz_type="local-regression" if [[ $(Build.Reason) == "Schedule" ]]; then fuzz_type="fuzzing" fi -- cgit v1.2.3