Skip to content

Commit 90a41f6

Browse files
authored
Add e2e timeout (#4449)
This, when used with ignore_errors, unblocks CI for ARL platforms.
1 parent 855ae8a commit 90a41f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
- name: Run E2E test
357357
if: matrix.suite == 'rest'
358358
run: |
359-
${{ env.TRITON_TEST_CMD }} --inductor
359+
timeout -s KILL 4900 ${{ env.TRITON_TEST_CMD }} --inductor || ${{ inputs.ignore_errors }}
360360
361361
- name: Save pip cache
362362
if: ${{ steps.pip-cache.outputs.status == 'miss' }}

0 commit comments

Comments
 (0)