[cadence] Run hifi op-test nightly only, not on every PR#20749
Conversation
Gate the hifi-op-test job to schedule + post-merge push + manual dispatch, dropping the pull_request / pull_request_target triggers, so the licensed Xtensa toolchain and xt-run cost is not paid on every PR. The nightly schedule (cron 0 8) and the post-merge push run catch regressions. Other jobs (cpu-build/cpu-test, hifi-build, vision-build) are unchanged.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20749
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 4 Pending, 1 Unrelated FailureAs of commit b30ebc2 with merge base b32c2c3 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Gate the
hifi-op-testjob to run on the nightlyschedule(plus post-mergepushto main/release and manualworkflow_dispatch) and NOT onpull_request/pull_request_target, so the licensed Xtensa toolchain +xt-runcost is not paid on every PR.The existing nightly cron (
0 8 * * *) and the post-merge push run catch regressions.cpu-build/cpu-test,hifi-build, andvision-buildare unchanged (still run per-PR).