Updating Files w/ New Flags (#2861)

This commit is contained in:
Noah McGregor Harper
2023-02-17 21:23:56 +00:00
committed by GitHub
parent b38ab5de9e
commit 5061a3de29
3 changed files with 5 additions and 5 deletions

View File

@ -34,8 +34,8 @@ jobs:
set -ex
pip install onefuzz
sed -i s/INSERT_PAT_HERE/$(ado_pat)/ ado-work-items.json
onefuzz config --endpoint $(endpoint) --client_id $(client_id) --client_secret $(client_secret)
onefuzz template libfuzzer basic ${{ parameters.onefuzz_project }} ${{ parameters.onefuzz_target }} $(Build.SourceVersion) ${{ parameters.onefuzz_pool }} --target_exe fuzz.exe --colocate_all_tasks --duration 1 --vm_count 1 --notification_config @./ado-work-items.json
onefuzz config --endpoint $(endpoint) --override_client_id $(client_id)
onefuzz --client_secret $(client_secret) template libfuzzer basic ${{ parameters.onefuzz_project }} ${{ parameters.onefuzz_target }} $(Build.SourceVersion) ${{ parameters.onefuzz_pool }} --target_exe fuzz.exe --colocate_all_tasks --duration 1 --vm_count 1 --notification_config @./ado-work-items.json
displayName: run onefuzz
env:
client_secret: client_secret