Skip to content

Commit 1e5da57

Browse files
authored
1 parent e6ae1bb commit 1e5da57

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ extends:
4343
policheck:
4444
enabled: true
4545
exclusionsFile: '$(Build.SourcesDirectory)\tools\ci_build\policheck_exclusions.xml'
46+
codeql:
47+
compiled:
48+
enabled: false
49+
justificationForDisabling: 'CodeQL is taking nearly 4 hours resulting in timeouts in our production pipelines'
4650
pool:
4751
name: 'onnxruntime-Win-CPU-2022' # Name of your hosted pool
4852
os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ extends:
4646
policheck:
4747
enabled: true
4848
exclusionsFile: '$(Build.SourcesDirectory)\tools\ci_build\policheck_exclusions.xml'
49+
codeql:
50+
compiled:
51+
enabled: false
52+
justificationForDisabling: 'CodeQL is taking nearly 4 hours resulting in timeouts in our production pipelines'
4953
pool:
5054
name: 'onnxruntime-Win-CPU-2022' # Name of your hosted pool
5155
os: windows # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

0 commit comments

Comments
 (0)