Skip to content

Commit 1db251c

Browse files
authored
[PROTON] Build and test on LTS driver as well (#5304)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 53f8269 commit 1db251c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
mode: ${{ inputs.pytorch_mode }}
120120

121121
- name: Build Proton with XPU support
122-
if: inputs.driver_version == 'rolling' && inputs.device == 'max1100'
122+
if: inputs.device == 'max1100'
123123
run: |
124124
echo TRITON_BUILD_PROTON_XPU=1 | tee -a $GITHUB_ENV
125125
@@ -286,7 +286,7 @@ jobs:
286286
echo "TRITON_TEST_CMD=${{ needs.build.outputs.test-triton-command }}" | tee -a $GITHUB_ENV
287287
288288
- name: Build PTI && Run Proton tests
289-
if: matrix.suite == 'rest' && inputs.driver_version == 'rolling' && inputs.device == 'max1100'
289+
if: matrix.suite == 'rest' && inputs.device == 'max1100'
290290
run: |
291291
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
292292
git clone https://github.com/intel/pti-gpu.git

0 commit comments

Comments
 (0)