mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-09 00:30:53 +00:00
enable prefast check with orttraining win pipeline (#9638)
* enable prefast check with orttraining win pipeline * timeout to 200 Co-authored-by: liqun <liqun@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
6ff02b04a8
commit
15867dcc08
2 changed files with 2 additions and 1 deletions
|
|
@ -28,3 +28,4 @@ jobs:
|
|||
# Enable unreleased onnx opsets in CI builds
|
||||
# This facilitates testing the implementation for the new opsets
|
||||
AllowReleasedOpsetOnly: '0'
|
||||
DoCompliance: 'true'
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ parameters:
|
|||
AllowReleasedOpsetOnly: '0'
|
||||
jobs:
|
||||
- job: ${{ parameters.JobName }}
|
||||
timeoutInMinutes: 160
|
||||
timeoutInMinutes: 200
|
||||
strategy:
|
||||
maxParallel: 2
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue