ci: run e2e tests on custom agent
This commit is contained in:
parent
151374f565
commit
e1d82aee1d
|
@ -150,7 +150,7 @@ stages:
|
|||
publishLocation: 'pipeline'
|
||||
- job: coverage_e2e
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
name: coventry
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
@ -300,4 +300,4 @@ stages:
|
|||
chartType: 'FilePath'
|
||||
chartPath: 'helm/'
|
||||
releaseName: 'passbook-dev'
|
||||
recreate: true
|
||||
recreate: true
|
||||
|
|
Reference in New Issue