From e1d82aee1dea23cf4864ef78b047a31f28f58e38 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 13 Sep 2020 19:49:13 +0200 Subject: [PATCH] ci: run e2e tests on custom agent --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b246b1d4e..08cde22d1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 \ No newline at end of file + recreate: true