Set final suspend value

This commit is contained in:
Adrien Ferrand 2020-07-03 15:08:17 +02:00
parent d51b3cac79
commit d4bc6404a8
3 changed files with 8 additions and 4 deletions

View file

@ -4,4 +4,5 @@ pr:
- '*.x'
jobs:
# TODO: revert to templates/jobs/standard-tests-jobs.yml
- template: templates/jobs/packaging-jobs.yml

View file

@ -64,8 +64,7 @@ jobs:
amd64:
ARCH: amd64
# Do not run the QEMU jobs for the full-test-suite pipeline
# TODO: currently set to pr-test-suite for dev purpose, must be set back to 4
${{ if ne(variables['System.DefinitionId'], 1 )}}:
${{ if ne(variables['System.DefinitionId'], 4 )}}:
arm64:
ARCH: arm64
armhf:
@ -88,8 +87,7 @@ jobs:
amd64:
ARCH: amd64
# Do not run the QEMU jobs for the full-test-suite pipeline
# TODO: currently set to pr-test-suite for dev purpose, must be set back to 4
${{ if ne(variables['System.DefinitionId'], 1 )}}:
${{ if ne(variables['System.DefinitionId'], 4 )}}:
arm64:
ARCH: arm64
armhf:

View file

@ -32,6 +32,11 @@ stages:
artifact: snap-$(arch)
path: $(Build.SourcesDirectory)/snap
displayName: Retrieve Certbot snap
- task: DownloadPipelineArtifact@2
inputs:
artifact: dns-snap-$(arch)
path: $(Build.SourcesDirectory)/snap
displayName: Retrieve DNS plugins snaps
- task: DownloadSecureFile@1
name: snapcraftCfg
inputs: