Prepare conditional suspend

This commit is contained in:
Adrien Ferrand 2020-07-03 15:00:21 +02:00
parent 2d3219838b
commit f74e6b8d32

View file

@ -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: