Remove build dir artifact creation

This commit is contained in:
David Dixon
2025-08-07 17:29:22 -06:00
committed by David Dixon
parent 16e96caf80
commit e9bb2fca36

View File

@@ -209,12 +209,6 @@ jobs:
-DHIPBLASLT_ENABLE_FETCH=ON
-DHIPBLASLT_ENABLE_BLIS=OFF
-GNinja
- task: Bash@3
displayName: Compress build dir
inputs:
targetType: inline
script: |
tar -czf $(Build.ArtifactStagingDirectory)/hipblaslt-build-files.tar.gz $(Agent.BuildDirectory)/s/build
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml
parameters:
componentName: ${{ parameters.componentName }}
@@ -292,7 +286,7 @@ jobs:
os: ${{ job.os }}
testDir: '$(Agent.BuildDirectory)/rocm/bin'
testExecutable: './hipblaslt-test'
testParameters: '--gtest_output=xml:./test_output.xml --gtest_color=yes'
testParameters: '--gtest_output=xml:./test_output.xml --gtest_color=yes --gtest_filter=*pre_checkin*'
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/docker-container.yml
parameters:
aptPackages: ${{ parameters.aptPackages }}