Skip to content

Commit

Permalink
Disable POWER9 regression for now
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Dec 22, 2020
1 parent 67bd78d commit a8ecb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8ecb20

Please sign in to comment.