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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: $(Date:yyyyMMdd)$(Rev:.r)_Python$(PYTHON_VERSION)_Coverage-$(COVERAGE)_Mod

trigger: none

pool:
name: 1ES-AKS-Elastic-DevInfra-Normal-Pool

pr:
branches:
include:
Expand All @@ -25,8 +28,6 @@ variables:

jobs:
- job: LiveTest
pool:
vmImage: 'ubuntu-18.04'
timeoutInMinutes: 360
displayName: "Live Test with Python"
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: $(Date:yyyyMMdd)$(Rev:.r)_Python$(PYTHON_VERSION)_Coverage-$(COVERAGE)_Mod

trigger: none

pool:
name: 1ES-AKS-Elastic-DevInfra-Normal-Pool

pr:
branches:
include:
Expand All @@ -25,8 +28,6 @@ variables:

jobs:
- job: UnitTest
pool:
vmImage: 'ubuntu-18.04'
timeoutInMinutes: 360
displayName: "Unit Test with Python"
steps:
Expand Down