From d51b3cac7960bc548a106a3b3bd38255295ab7cb Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 3 Jul 2020 15:02:34 +0200 Subject: [PATCH] Set final suspend logic --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 6ba08caeb..063bf81e5 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -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: