Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ variables:
PythonVersion: '3.6'
ReleaseTag: 'RELEASE_CANDIDATE'
TestMarkArgument: 'not cosmosEmulator'

skipComponentGovernanceDetection: true

jobs:
- job: 'Build'

Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ variables:

jobs:
- job: 'DocGen'
variables:
skipComponentGovernanceDetection: true
timeoutInMinutes: 120
pool:
vmImage: 'vs2017-win2016'
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/tests-nightly-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ trigger:
jobs:

- job: Validate_Nightly_Python_Build
variables:
skipComponentGovernanceDetection: true

timeoutInMinutes: 90

Expand Down
4 changes: 3 additions & 1 deletion .azure-pipelines/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

jobs:
- job: 'Test'

variables:
skipComponentGovernanceDetection: true

timeoutInMinutes: 120
strategy:
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .azure-pipelines/update_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
trigger:
- master

variables:
skipComponentGovernanceDetection: true

pool:
vmImage: 'ubuntu-latest'

Expand Down