Skip to content

Commit c671c0a

Browse files
author
Changming Sun
committed
Update py-cuda-packaging-pipeline.yml for Azure Pipelines
1 parent ae97068 commit c671c0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/ci_build/github/azure-pipelines/py-cuda-packaging-pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ extends:
4040
policheck:
4141
enabled: true
4242
exclusionsFile: '$(Build.SourcesDirectory)\tools\ci_build\policheck_exclusions.xml'
43+
codeql:
44+
compiled:
45+
enabled: false # The build job will run more than 6 hours and timeout if we don't disable CodeQL
4346
pool:
4447
name: 'onnxruntime-Win-CPU-2022' # Name of your hosted pool
45-
os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS
48+
os: windows
4649

4750
stages:
4851
- template: stages/py-gpu-packaging-stage.yml

0 commit comments

Comments
 (0)