Skip to content

Commit e44cae1

Browse files
authored
[CI] Remove redundant SPIRV tests run for Windows pipeline (microsoft#5891)
hcttest noexec will execute clang tests. Clang tests include both spirv lit tests and unit tests. So running hcttest spirv_only is redundant. Fixes microsoft#5890
1 parent 1a4ff5c commit e44cae1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ stages:
3434
call utils\hct\hctstart.cmd %HLSL_SRC_DIR% %HLSL_BLD_DIR%
3535
call utils\hct\hcttest.cmd -$(configuration) noexec
3636
displayName: 'DXIL Tests'
37-
- script: |
38-
call utils\hct\hctstart.cmd %HLSL_SRC_DIR% %HLSL_BLD_DIR%
39-
call utils\hct\hcttest.cmd -$(configuration) spirv_only
40-
displayName: 'SPIRV Tests'
4137
4238
- job: Nix
4339
timeoutInMinutes: 90

0 commit comments

Comments
 (0)