diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index d12d37dbc..6ba08caeb 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -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: