Skip to content

Commit

Permalink
Merge pull request #1941 from pbalcer/cuda-runner-timeout
Browse files Browse the repository at this point in the history
add 1 hour time limit for e2e tests
  • Loading branch information
pbalcer authored Aug 6, 2024
2 parents d2ffcce + 8de9747 commit 7f65917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
prefix: "ext_oneapi_"
config: "--cuda"
unit: "gpu"
extra_lit_flags: "-sv --max-time=3600"
2 changes: 1 addition & 1 deletion .github/workflows/e2e_level_zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
filter_out: ""
# These runners by default spawn upwards of 260 workers.
# We also add a time out just in case some test hangs
extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time 600"
extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time=3600"
1 change: 1 addition & 0 deletions .github/workflows/e2e_opencl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
prefix: ""
config: ""
unit: "cpu"
extra_lit_flags: "-sv --max-time=3600"

0 comments on commit 7f65917

Please sign in to comment.