Skip to content
Merged
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
2 changes: 2 additions & 0 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ extends:
- stage: main
jobs:
- job: BuildTestLint
timeoutInMinutes: 90
pool:
name: '1ES-Host-Ubuntu'
image: '1ES-PT-Ubuntu-20.04'
Expand All @@ -42,6 +43,7 @@ extends:

- job: DeployE2E
displayName: Deploy and E2E
timeoutInMinutes: 90
workspace:
clean: all
pool:
Expand Down