Skip to content
Merged
Changes from 2 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: 120
Comment thread
TristanWatanabe marked this conversation as resolved.
Outdated
Comment thread
TristanWatanabe marked this conversation as resolved.
Outdated
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: 120
Comment thread
TristanWatanabe marked this conversation as resolved.
Outdated
workspace:
clean: all
pool:
Expand Down