mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Set final suspend value
This commit is contained in:
parent
d51b3cac79
commit
d4bc6404a8
3 changed files with 8 additions and 4 deletions
|
|
@ -4,4 +4,5 @@ pr:
|
|||
- '*.x'
|
||||
|
||||
jobs:
|
||||
# TODO: revert to templates/jobs/standard-tests-jobs.yml
|
||||
- template: templates/jobs/packaging-jobs.yml
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue