Skip to content

Commit

Permalink
Increase all timeouts in pkgci_regression_test.yml. (iree-org#19477)
Browse files Browse the repository at this point in the history
Follow-up to iree-org#19472. CI is still
showing timeouts:
https://github.com/iree-org/iree/actions/runs/12300081495/job/34328004297#step:6:390

ci-exactly: build_packages, regression_test
  • Loading branch information
ScottTodd authored Dec 12, 2024
1 parent 9b8595d commit e562559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
-rpfE \
--capture=no \
--log-cli-level=info \
--timeout=240 \
--timeout=600 \
--durations=0
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}
Expand All @@ -203,7 +203,7 @@ jobs:
-rpfE \
--capture=no \
--log-cli-level=info \
--timeout=240 \
--timeout=600 \
--durations=0
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}
Expand All @@ -227,7 +227,7 @@ jobs:
--goldensize-rocm-clip-bytes 860000 \
--goldensize-rocm-vae-bytes 840000 \
--rocm-chip gfx90a \
--timeout=240 \
--timeout=600 \
--log-cli-level=info \
--retries 7
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -256,6 +256,6 @@ jobs:
--goldensize-rocm-punet-int8-fp8-bytes 2800000 \
--rocm-chip gfx942 \
--log-cli-level=info \
--timeout=240 \
--timeout=600 \
--retries 7
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY

0 comments on commit e562559

Please sign in to comment.