From 15867dcc082c74a9d308a5aa2af21777eed54aef Mon Sep 17 00:00:00 2001 From: liqun Fu Date: Wed, 3 Nov 2021 15:20:44 -0700 Subject: [PATCH] enable prefast check with orttraining win pipeline (#9638) * enable prefast check with orttraining win pipeline * timeout to 200 Co-authored-by: liqun --- .../github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml | 1 + tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml index a6039ff295..5f2ef84b17 100644 --- a/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/orttraining-win-gpu-ci-pipeline.yml @@ -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' diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml index 29b8dfa313..0b35f48249 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci-2019.yml @@ -24,7 +24,7 @@ parameters: AllowReleasedOpsetOnly: '0' jobs: - job: ${{ parameters.JobName }} - timeoutInMinutes: 160 + timeoutInMinutes: 200 strategy: maxParallel: 2 matrix: