mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
Revert YML Param Changes. (#2906)
This commit is contained in:
committed by
GitHub
parent
5bfcc4e242
commit
15c5812696
@ -121,6 +121,6 @@ stages:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
set -ex
|
||||
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --override_client_id "$(AZURE_CLIENT_ID)"
|
||||
./onefuzz-cli-$(version).exe config --endpoint $(ONEFUZZ_SERVICE_URL) --client_id "$(AZURE_CLIENT_ID)"
|
||||
./onefuzz-cli-$(version).exe --version
|
||||
until ./onefuzz-cli-$(version).exe versions check --exact; do echo "waiting due to version mismatch"; sleep 1; done
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
||||
set -ex
|
||||
pip install onefuzz
|
||||
sed -i s/INSERT_PAT_HERE/$(ado_pat)/ ado-work-items.json
|
||||
onefuzz config --endpoint $(endpoint) --override_client_id $(client_id)
|
||||
onefuzz config --endpoint $(endpoint) --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:
|
||||
|
Reference in New Issue
Block a user