Browse Source
ci: Change fuzz type from regression to local-regression
As per recommendation from Fuzzit devs
master
Matthew Holt
5 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
1 additions and
1 deletions
-
azure-pipelines.yml
|
@ -223,7 +223,7 @@ jobs: |
|
|
["./replacer_fuzz.go"]="replacer" \ |
|
|
["./replacer_fuzz.go"]="replacer" \ |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
fuzz_type="regression" |
|
|
fuzz_type="local-regression" |
|
|
if [[ $(Build.Reason) == "Schedule" ]]; then |
|
|
if [[ $(Build.Reason) == "Schedule" ]]; then |
|
|
fuzz_type="fuzzing" |
|
|
fuzz_type="fuzzing" |
|
|
fi |
|
|
fi |
|
|