mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-02 23:39:58 +00:00
Run fuzz testing before the CG task cleans up the build directory (#20500)
### Description <!-- Describe your changes. --> Update order of steps ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Fix CI
This commit is contained in:
parent
50e41984b0
commit
923b0ef323
1 changed files with 4 additions and 4 deletions
|
|
@ -63,13 +63,13 @@ jobs:
|
|||
workingFolder: '$(Build.BinariesDirectory)\$(BuildConfig)'
|
||||
createLogFile: true
|
||||
|
||||
- template: templates/component-governance-component-detection-steps.yml
|
||||
parameters :
|
||||
condition : 'succeeded'
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'Run fuzz testing '
|
||||
inputs:
|
||||
script: '$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)\onnxruntime_security_fuzz.exe /t /f "$(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)\testdata\mnist.onnx" 1 m'
|
||||
workingDirectory: $(Build.BinariesDirectory)\$(BuildConfig)\$(BuildConfig)
|
||||
failOnStderr: false # Optional
|
||||
|
||||
- template: templates/component-governance-component-detection-steps.yml
|
||||
parameters :
|
||||
condition : 'succeeded'
|
||||
|
|
|
|||
Loading…
Reference in a new issue