Summary:
The CI Nightly workflow fails because the Test step hits the 30-minute GitHub Actions step timeout, not due to a specific test assertion failure.
Full log:
Effected Archs: gfx950, gf94x
The tail of the job logs shows successful test progress, then timeout:
Several tests pass, e.g.:
- _ /spmm_test.spmm/nightly_spmm_deepbench_i8_... (190 ms) [OK]
- _ /spmm_test.spmm/nightly_spmm_deepbench_i8_... (216 ms) [OK]
Then:
- ##[error]The action 'Test' has timed out after 30 minutes.
Impact
- Nightly CI signal is lost for this configuration because the test phase is not completing within the configured timeout.