From 16bd16bff970616dcc2e4152192b0d35c15eee6e Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 8 Jul 2020 22:04:39 +0200 Subject: [PATCH] Makes snap run tests depends also on the Certbot snap build --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 19c55f039..3c3111000 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -126,7 +126,9 @@ jobs: python -m tox -e integration-external,apacheconftest-external-with-pebble displayName: Run tox - job: snap_dns_run - dependsOn: snap_dns_build + dependsOn: + - snap_build + - snap_dns_build pool: vmImage: ubuntu-18.04 steps: