From a8ecb2098b3869ae510b4cf93ea27259048befb6 Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Tue, 22 Dec 2020 17:52:01 +0100 Subject: [PATCH] Disable POWER9 regression for now --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c4f05d9c..f6d18de9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -153,7 +153,7 @@ jobs: PATH="${BUILD_SOURCESDIRECTORY}/hhsuite/bin:$PATH" ./test.sh displayName: Run regression in QEMU - condition: eq(variables['regression'], 1) + condition: and(eq(variables['regression'], 1), ne(variables['SIMD'], 'POWER9')) - task: PublishPipelineArtifact@0 inputs: targetPath: $(Build.SourcesDirectory)/hhsuite-linux-$(ARCHIVE_NAME).tar.gz