mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Prepare conditional suspend
This commit is contained in:
parent
2d3219838b
commit
f74e6b8d32
1 changed files with 12 additions and 8 deletions
|
|
@ -63,10 +63,12 @@ jobs:
|
|||
matrix:
|
||||
amd64:
|
||||
ARCH: amd64
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
ARCH: armhf
|
||||
# Do not run the QEMU jobs for the full-test-suite pipeline
|
||||
${{ if eq(variables['System.DefinitionId'], 1 )}}:
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
ARCH: armhf
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
steps:
|
||||
|
|
@ -84,10 +86,12 @@ jobs:
|
|||
matrix:
|
||||
amd64:
|
||||
ARCH: amd64
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
ARCH: armhf
|
||||
# Do not run the QEMU jobs for the full-test-suite pipeline
|
||||
${{ if eq(variables['System.DefinitionId'], 1 )}}:
|
||||
arm64:
|
||||
ARCH: arm64
|
||||
armhf:
|
||||
ARCH: armhf
|
||||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue