Skip to content

Commit 11e783c

Browse files
authored
Enable split build feature (#1328)
This PR enables the split build feature across all workflow entry points defined in pr-matrix.yml. This should remove the "skip" results in all the PRs.
1 parent fb4bf44 commit 11e783c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-matrix.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
SKU: ${{ matrix.SKU }}
3333
TestTarget: ${{ matrix.TestTarget }}
3434
OffloadTest-branch: ${{ github.event.pull_request.head.sha }}
35+
SplitBuild: true
3536
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On
3637

3738
Exec-Tests-Windows-Warp:
@@ -50,6 +51,7 @@ jobs:
5051
SKU: ${{ matrix.SKU }}
5152
TestTarget: ${{ matrix.TestTarget }}
5253
OffloadTest-branch: ${{ github.event.pull_request.head.sha }}
54+
SplitBuild: true
5355
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On
5456

5557
Exec-Tests-Extra:
@@ -72,6 +74,7 @@ jobs:
7274
SKU: ${{ matrix.SKU }}
7375
TestTarget: ${{ matrix.TestTarget }}
7476
OffloadTest-branch: ${{ github.event.pull_request.head.sha }}
77+
SplitBuild: true
7578
LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_USE_CLANG_TIDY=On
7679

7780
Exec-Tests-MacOS:

0 commit comments

Comments
 (0)