mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Set final suspend logic
This commit is contained in:
parent
f74e6b8d32
commit
d51b3cac79
1 changed files with 4 additions and 2 deletions
|
|
@ -64,7 +64,8 @@ jobs:
|
|||
amd64:
|
||||
ARCH: amd64
|
||||
# Do not run the QEMU jobs for the full-test-suite pipeline
|
||||
${{ if eq(variables['System.DefinitionId'], 1 )}}:
|
||||
# TODO: currently set to pr-test-suite for dev purpose, must be set back to 4
|
||||
${{ if ne(variables['System.DefinitionId'], 1 )}}:
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
|
|
@ -87,7 +88,8 @@ jobs:
|
|||
amd64:
|
||||
ARCH: amd64
|
||||
# Do not run the QEMU jobs for the full-test-suite pipeline
|
||||
${{ if eq(variables['System.DefinitionId'], 1 )}}:
|
||||
# TODO: currently set to pr-test-suite for dev purpose, must be set back to 4
|
||||
${{ if ne(variables['System.DefinitionId'], 1 )}}:
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
|
|
|
|||
Loading…
Reference in a new issue