Skip to content

Commit a8ecb20

Browse files
committed
Disable POWER9 regression for now
1 parent 67bd78d commit a8ecb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
PATH="${BUILD_SOURCESDIRECTORY}/hhsuite/bin:$PATH"
154154
./test.sh
155155
displayName: Run regression in QEMU
156-
condition: eq(variables['regression'], 1)
156+
condition: and(eq(variables['regression'], 1), ne(variables['SIMD'], 'POWER9'))
157157
- task: PublishPipelineArtifact@0
158158
inputs:
159159
targetPath: $(Build.SourcesDirectory)/hhsuite-linux-$(ARCHIVE_NAME).tar.gz

0 commit comments

Comments
 (0)